Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddefs.h38 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
71 WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_wpa_psk()
79 return !!(akm & (WPA_KEY_MGMT_FT_PSK | in wpa_key_mgmt_ft()
Dwpa_common.c315 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
966 if (akm & WPA_KEY_MGMT_FT_PSK) in wpa_akm_to_suite()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c170 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
433 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
508 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
509 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c220 if (gWpaSm.key_mgmt == WPA_KEY_MGMT_FT_PSK) { in handle_auth_frame()
235 if (gWpaSm.key_mgmt == WPA_KEY_MGMT_FT_PSK) { in handle_assoc_frame()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c183 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c218 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
Dwpa.c2302 sm->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_set_profile()
2418 if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_set_bss()