Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_SUITE_NONE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c349 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_NONE) in wpa_selector_to_bitfield()
1447 RSN_CIPHER_SUITE_NONE : WPA_CIPHER_SUITE_NONE); in wpa_cipher_to_suite()
1509 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_NONE); in wpa_cipher_put_suites()
Dwpa_common.h40 #define WPA_CIPHER_SUITE_NONE RSN_SELECTOR(0x00, 0x50, 0xf2, 0) macro