Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_SAE (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h42 #define WPA_KEY_MGMT_SAE BIT(10) macro
73 WPA_KEY_MGMT_SAE | in wpa_key_mgmt_wpa_psk()
86 return !!(akm & (WPA_KEY_MGMT_SAE | in wpa_key_mgmt_sae()
95 WPA_KEY_MGMT_SAE | in wpa_key_mgmt_sha256()
Dwpa_common.c320 return WPA_KEY_MGMT_SAE; in rsn_key_mgmt_to_bitfield()
337 return WPA_KEY_MGMT_SAE; in rsn_key_mgmt_to_bitfield()
914 case WPA_KEY_MGMT_SAE: in wpa_eapol_key_mic()
981 if (akm & WPA_KEY_MGMT_SAE) in wpa_akm_to_suite()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c189 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie()
443 else if (data.key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
518 else if (key_mgmt & WPA_KEY_MGMT_SAE) in wpa_validate_wpa_ie()
519 sm->wpa_key_mgmt = WPA_KEY_MGMT_SAE; in wpa_validate_wpa_ie()
626 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_SAE && data.num_pmkid && in wpa_validate_wpa_ie()
Dwpa_auth.c961 WPA_KEY_MGMT_SAE)) in wpa_auth_pmksa_add_sae()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c192 } else if (key_mgmt == WPA_KEY_MGMT_SAE) { in wpa_gen_wpa_ie_rsn()
216 if (sm->pmf_cfg.required || key_mgmt == WPA_KEY_MGMT_SAE || key_mgmt == WPA_KEY_MGMT_OWE) { in wpa_gen_wpa_ie_rsn()
Dwpa.c294 else if (sm->key_mgmt == WPA_KEY_MGMT_SAE || sm->key_mgmt == WPA_KEY_MGMT_OWE) in wpa_sm_key_request()
2296 sm->key_mgmt = WPA_KEY_MGMT_SAE; /* for WPA3 PSK */ in wpa_set_profile()
2344 if ((sm->key_mgmt == WPA_KEY_MGMT_SAE) && in wpa_set_bss()
2488 if (sm->key_mgmt == WPA_KEY_MGMT_SAE || sm->key_mgmt == WPA_KEY_MGMT_OWE) in wpa_set_passphrase()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c133 auth_conf->wpa_key_mgmt |= WPA_KEY_MGMT_SAE; in hostap_init()
137 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_SAE; in hostap_init()
Desp_wps.c350 if (rsn_info.key_mgmt & WPA_KEY_MGMT_SAE) { in ap_supports_sae()