Searched refs:WLAN_AUTH_SAE (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 393 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 414 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 560 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 875 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1004 auth_alg == WLAN_AUTH_SAE) || in handle_auth() 1014 if (!(auth_transaction == 1 || auth_alg == WLAN_AUTH_SAE || in handle_auth() 1282 case WLAN_AUTH_SAE: in handle_auth() 1663 sta->auth_alg != WLAN_AUTH_SAE && in check_assoc_ies()
|
D | wpa_auth_glue.c | 233 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 87 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in auth_get_psk()
|
D | sme.c | 833 if (data->auth.auth_type == WLAN_AUTH_SAE) { in sme_event_auth()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 83 #define WLAN_AUTH_SAE 3 macro
|