Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c1361 if (mgmt->u.auth.auth_alg != host_to_le16(WLAN_AUTH_PASN)) in wpas_pasn_auth_rx()
1623 if (mgmt->u.auth.auth_alg != host_to_le16(WLAN_AUTH_PASN)) in wpas_pasn_auth_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c3638 auth_alg == WLAN_AUTH_PASN) || in handle_auth()
3650 (auth_alg == WLAN_AUTH_PASN && auth_transaction == 3) || in handle_auth()
3774 if (auth_alg == WLAN_AUTH_PASN && in handle_auth()
3849 !(sta->added_unassoc) && auth_alg != WLAN_AUTH_PASN) { in handle_auth()
3937 case WLAN_AUTH_PASN: in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h88 #define WLAN_AUTH_PASN 7 macro
Dwpa_common.c3313 auth->u.auth.auth_alg = host_to_le16(WLAN_AUTH_PASN); in wpa_pasn_build_auth_header()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c4058 WPA_GET_LE16(data + IEEE80211_HDRLEN) == WLAN_AUTH_PASN && in wpa_driver_nl80211_send_mlme()