Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dsme.c220 wpabuf_put_le16(buf, WLAN_STATUS_SAE_PK); in sme_auth_build_sae_commit()
1091 status = WLAN_STATUS_SAE_PK; in sme_external_auth_send_sae_commit()
1358 status_code != WLAN_STATUS_SAE_PK) { in sme_sae_auth()
1394 status_code == WLAN_STATUS_SAE_PK) { in sme_sae_auth()
1405 status_code == WLAN_STATUS_SAE_PK); in sme_sae_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c408 resp == WLAN_STATUS_SAE_PK)) { in send_auth_reply()
559 status_code == WLAN_STATUS_SAE_PK) in auth_build_sae_commit()
644 status = WLAN_STATUS_SAE_PK; in auth_sae_send_commit()
1001 status_code == WLAN_STATUS_SAE_PK); in sae_sm_step()
1003 status_code == WLAN_STATUS_SAE_PK; in sae_sm_step()
1231 (sae_pk && status_code == WLAN_STATUS_SAE_PK))) || in sae_status_success()
1235 (sae_pk && status_code == WLAN_STATUS_SAE_PK))); in sae_status_success()
1456 status_code == WLAN_STATUS_SAE_PK); in handle_auth_sae()
1501 status_code == WLAN_STATUS_SAE_PK) in handle_auth_sae()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h211 #define WLAN_STATUS_SAE_PK 127 macro