Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c1076 struct auth_info *rx_auth) in hostapd_notif_auth() argument
1083 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1085 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth()
1094 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1105 wpa_ft_process_auth(sta->wpa_sm, rx_auth->bssid, in hostapd_notif_auth()
1106 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth()
1107 rx_auth->ies_len, in hostapd_notif_auth()
1114 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
1116 handle_auth_fils(hapd, sta, rx_auth->ies, rx_auth->ies_len, in hostapd_notif_auth()
1117 rx_auth->auth_type, rx_auth->auth_transaction, in hostapd_notif_auth()
[all …]