Searched refs:rx_auth (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 709 struct auth_info *rx_auth) in hostapd_notif_auth() argument 716 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth() 718 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth() 727 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth() 738 wpa_ft_process_auth(sta->wpa_sm, rx_auth->bssid, in hostapd_notif_auth() 739 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth() 740 rx_auth->ies_len, in hostapd_notif_auth() 746 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1, in hostapd_notif_auth()
|