Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_PSK (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h33 #define WPA_KEY_MGMT_PSK BIT(1) macro
70 return !!(akm & (WPA_KEY_MGMT_PSK | in wpa_key_mgmt_wpa_psk()
Dwpa_common.c310 return WPA_KEY_MGMT_PSK; in rsn_key_mgmt_to_bitfield()
367 return WPA_KEY_MGMT_PSK; in wpa_key_mgmt_to_bitfield()
975 if (akm & WPA_KEY_MGMT_PSK) in wpa_akm_to_suite()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c67 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
159 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
450 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
471 else if (data.key_mgmt & WPA_KEY_MGMT_PSK) in wpa_validate_wpa_ie()
526 sm->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_validate_wpa_ie()
Dap_config.c35 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c92 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_wpa()
178 } else if (key_mgmt == WPA_KEY_MGMT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa.c2306 sm->key_mgmt = WPA_KEY_MGMT_PSK; /* fixed to PSK for now */ in wpa_set_profile()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c117 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostap_init()
128 auth_conf->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostap_init()