Searched refs:rx_auth (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 1231 struct auth_info *rx_auth) in hostapd_notif_auth() argument 1238 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth() 1240 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth() 1249 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth() 1260 wpa_ft_process_auth(sta->wpa_sm, rx_auth->bssid, in hostapd_notif_auth() 1261 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth() 1262 rx_auth->ies_len, in hostapd_notif_auth() 1269 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth() 1271 handle_auth_fils(hapd, sta, rx_auth->ies, rx_auth->ies_len, in hostapd_notif_auth() 1272 rx_auth->auth_type, rx_auth->auth_transaction, in hostapd_notif_auth() [all …]
|