Home
last modified time | relevance | path

Searched refs:WIFI_WPA_ALG_TKIP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h25 WIFI_WPA_ALG_TKIP = 2, enumerator
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1405 return WIFI_WPA_ALG_TKIP; in wpa_cipher_to_alg()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2544 if (alg == WIFI_WPA_ALG_TKIP && key_idx == 0 && key_len == 32) { in wpa_sm_set_key()