Searched refs:WLAN_AUTH_SAE (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_responder.c | 69 if (alg != WLAN_AUTH_SAE || seq != 1 || in pasn_wd_handle_sae_commit() 142 if (alg != WLAN_AUTH_SAE || seq != 2 || status != WLAN_STATUS_SUCCESS) { in pasn_wd_handle_sae_confirm() 190 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in pasn_get_sae_wd() 201 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in pasn_get_sae_wd()
|
H A D | pasn_initiator.c | 65 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in wpas_pasn_wd_sae_commit() 112 if (alg != WLAN_AUTH_SAE || seq != 1 || in wpas_pasn_wd_sae_rx() 157 if (alg != WLAN_AUTH_SAE || seq != 2 || status != WLAN_STATUS_SUCCESS) { in wpas_pasn_wd_sae_rx() 186 wpabuf_put_le16(buf, WLAN_AUTH_SAE); in wpas_pasn_wd_sae_confirm()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 464 auth_alg == WLAN_AUTH_SAE) { in send_auth_reply() 736 WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 757 WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 966 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 1328 WLAN_AUTH_SAE, in handle_auth_sae() 1337 WLAN_AUTH_SAE, in handle_auth_sae() 1614 WLAN_AUTH_SAE, in handle_auth_sae() 2965 auth_alg == WLAN_AUTH_SAE) || in handle_auth() 2987 if (!(auth_transaction == 1 || auth_alg == WLAN_AUTH_SAE || in handle_auth() 3085 if (auth_alg == WLAN_AUTH_SAE && !from_queue && in handle_auth() [all …]
|
H A D | ieee802_11_eht.c | 963 case WLAN_AUTH_SAE: in auth_skip_fixed_fields()
|
H A D | wpa_auth_glue.c | 359 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
|
H A D | drv_callbacks.c | 618 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | sme.c | 1355 resp->u.auth.auth_alg = host_to_le16(WLAN_AUTH_SAE); in sme_external_auth_build_buf() 1799 MAC2STR(bssid), WLAN_AUTH_SAE, in sme_sae_auth() 1956 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) { in sme_external_auth_mgmt_rx() 2024 if (data->auth.auth_type == WLAN_AUTH_SAE) { in sme_event_auth() 2184 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()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_defs.h | 96 #define WLAN_AUTH_SAE 3 macro
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_atheros.c | 931 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()
|