Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c62 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_wpa_ie()
67 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
75 conf->wpa_key_mgmt); in wpa_write_wpa_ie()
154 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_rsn_ie()
159 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
165 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie()
170 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
177 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in wpa_write_rsn_ie()
182 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in wpa_write_rsn_ie()
189 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie()
[all …]
Dwpa_auth.c229 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
233 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()
471 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa()
707 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive()
708 !wpa_use_akm_defined(sm->wpa_key_mgmt) && in wpa_receive()
714 !wpa_use_akm_defined(sm->wpa_key_mgmt) && in wpa_receive()
719 if (wpa_use_akm_defined(sm->wpa_key_mgmt) && in wpa_receive()
814 wpa_key_mgmt_ft(sm->wpa_key_mgmt); in wpa_receive()
865 if (wpa_verify_key_mic(sm->wpa_key_mgmt, &sm->PTK, data, in wpa_receive()
1027 else if (wpa_use_akm_defined(sm->wpa_key_mgmt)) in __wpa_send_eapol()
[all …]
Dap_config.c35 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
153 !wpa_key_mgmt_sae(conf->wpa_key_mgmt))) in hostapd_setup_sae_pt()
Dwpa_auth_i.h110 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
Dap_config.h201 int wpa_key_mgmt; member
Dwpa_auth.h129 int wpa_key_mgmt; member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c117 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostap_init()
124 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_PSK_SHA256; in hostap_init()
128 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostap_init()
133 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()
147 hapd->conf->wpa_key_mgmt = auth_conf->wpa_key_mgmt; in hostap_init()
273 if (wpa_key_mgmt_sae(hapd->wpa_auth->conf.wpa_key_mgmt) && in esp_wifi_build_rsnxe()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h178 enum wpa_key_mgmt { enum