Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_SAE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/wpa/src/pasn/
H A Dpasn_responder.c69 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 Dpasn_initiator.c65 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 Dieee802_11.c464 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 Dieee802_11_eht.c963 case WLAN_AUTH_SAE: in auth_skip_fixed_fields()
H A Dwpa_auth_glue.c359 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in hostapd_wpa_auth_get_psk()
H A Ddrv_callbacks.c618 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c1355 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 Dmesh_rsn.c92 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in auth_get_psk()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h96 #define WLAN_AUTH_SAE 3 macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c931 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) { in atheros_raw_receive()