Searched refs:WLAN_AUTH_SAE (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 475 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 496 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 751 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 996 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1004 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1246 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 2104 auth_alg == WLAN_AUTH_SAE) || in handle_auth() 2121 if (!(auth_transaction == 1 || auth_alg == WLAN_AUTH_SAE || in handle_auth() 2206 if (auth_alg == WLAN_AUTH_SAE && !from_queue && in handle_auth() 2386 case WLAN_AUTH_SAE: in handle_auth() [all …]
|
D | wpa_auth_glue.c | 262 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 92 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in auth_get_psk()
|
D | sme.c | 924 resp->u.auth.auth_alg = host_to_le16(WLAN_AUTH_SAE); in sme_external_auth_build_buf() 1211 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) { in sme_external_auth_mgmt_rx() 1271 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
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 934 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
|