Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1586 struct auth_info *rx_auth) in hostapd_notif_auth() argument
1593 sta = ap_get_sta(hapd, rx_auth->peer); in hostapd_notif_auth()
1595 sta = ap_sta_add(hapd, rx_auth->peer); in hostapd_notif_auth()
1604 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) { in hostapd_notif_auth()
1616 rx_auth->auth_transaction, rx_auth->ies, in hostapd_notif_auth()
1617 rx_auth->ies_len, in hostapd_notif_auth()
1624 if (rx_auth->auth_type == WLAN_AUTH_FILS_SK) { in hostapd_notif_auth()
1626 handle_auth_fils(hapd, sta, rx_auth->ies, rx_auth->ies_len, in hostapd_notif_auth()
1627 rx_auth->auth_type, rx_auth->auth_transaction, in hostapd_notif_auth()
1628 rx_auth->status_code, in hostapd_notif_auth()
[all …]