Home
last modified time | relevance | path

Searched refs:rx_auth (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c1062 struct auth_info *rx_auth) in hostapd_notif_auth() argument
1069 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1071 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth()
1080 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1091 wpa_ft_process_auth(sta->wpa_sm, rx_auth->bssid, in hostapd_notif_auth()
1092 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth()
1093 rx_auth->ies_len, in hostapd_notif_auth()
1100 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
1102 handle_auth_fils(hapd, sta, rx_auth->ies, rx_auth->ies_len, in hostapd_notif_auth()
1103 rx_auth->auth_type, rx_auth->auth_transaction, in hostapd_notif_auth()
[all …]