Searched refs:WLAN_AUTH_SAE (Results 1 - 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 404 auth_alg == WLAN_AUTH_SAE) { in send_auth_reply() 659 WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 681 WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 967 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 1314 send_auth_reply(hapd, sta, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1322 send_auth_reply(hapd, sta, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1592 send_auth_reply(hapd, sta, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 2426 if (alg != WLAN_AUTH_SAE || seq != 1 || in pasn_wd_handle_sae_commit() 2506 if (alg != WLAN_AUTH_SAE || seq != 2 || status != WLAN_STATUS_SUCCESS) { in pasn_wd_handle_sae_confirm() 2552 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in pasn_get_sae_wd() [all...] |
H A D | drv_callbacks.c | 471 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc()
|
H A D | wpa_auth_glue.c | 360 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 476 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 497 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 753 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 998 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1006 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 1249 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE, in handle_auth_sae() 2109 auth_alg == WLAN_AUTH_SAE) || in handle_auth() 2126 if (!(auth_transaction == 1 || auth_alg == WLAN_AUTH_SAE || in handle_auth() 2211 if (auth_alg == WLAN_AUTH_SAE && !from_queue && in handle_auth() 2394 case WLAN_AUTH_SAE in handle_auth() [all...] |
H A D | wpa_auth_glue.c | 266 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | pasn_supplicant.c | 133 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in wpas_pasn_wd_sae_commit() 181 if (alg != WLAN_AUTH_SAE || seq != 1 || in wpas_pasn_wd_sae_rx() 229 if (alg != WLAN_AUTH_SAE || seq != 2 || status != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_sae_rx() 263 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in wpas_pasn_wd_sae_confirm()
|
H A D | sme.c | 1366 resp->u.auth.auth_alg = host_to_le16(WLAN_AUTH_SAE); 1826 wpaAuthRejectParam.authType = WLAN_AUTH_SAE; 1833 MAC2STR(bssid), WLAN_AUTH_SAE, 1998 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) { 2082 if (data->auth.auth_type == WLAN_AUTH_SAE) { 2278 data->auth.auth_type == WLAN_AUTH_SAE) &&
|
H A D | mesh_rsn.c | 92 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in auth_get_psk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 924 resp->u.auth.auth_alg = host_to_le16(WLAN_AUTH_SAE); in sme_external_auth_build_buf() 1216 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) { in sme_external_auth_mgmt_rx() 1276 if (data->auth.auth_type == WLAN_AUTH_SAE) { in sme_event_auth()
|
H A D | mesh_rsn.c | 92 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in auth_get_psk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 83 #define WLAN_AUTH_SAE 3 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_atheros.c | 934 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_defs.h | 84 #define WLAN_AUTH_SAE 3 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 930 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
|
Completed in 43 milliseconds