Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c353 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_TKIP) in wpa_selector_to_bitfield()
1438 RSN_CIPHER_SUITE_TKIP : WPA_CIPHER_SUITE_TKIP); in wpa_cipher_to_suite()
1504 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_TKIP); in wpa_cipher_put_suites()
Dwpa_common.h42 #define WPA_CIPHER_SUITE_TKIP RSN_SELECTOR(0x00, 0x50, 0xf2, 2) macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c482 selector = WPA_CIPHER_SUITE_TKIP; in wpa_validate_wpa_ie()