Home
last modified time | relevance | path

Searched refs:WIFI_WPA_ALG_NONE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h23 WIFI_WPA_ALG_NONE = 0, enumerator
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c617 if (alg == WIFI_WPA_ALG_NONE) { in wpa_ft_process_gtk_subelem()
Dwpa.c794 if (alg == WIFI_WPA_ALG_NONE) { in wpa_supplicant_install_ptk()
827 if (*alg == WIFI_WPA_ALG_NONE) { in wpa_supplicant_check_group_cipher()
1383 if (alg == WIFI_WPA_ALG_NONE) { in wpa_supplicant_activate_ptk()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1411 return WIFI_WPA_ALG_NONE; in wpa_cipher_to_alg()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c1248 wpa_auth_set_key(sm->wpa_auth, 0, WIFI_WPA_ALG_NONE, sm->addr, 0, NULL, 0); in wpa_remove_ptk()