Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c456 selector = RSN_CIPHER_SUITE_CCMP; in wpa_validate_wpa_ie()
461 selector = RSN_CIPHER_SUITE_CCMP; in wpa_validate_wpa_ie()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c281 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP) in rsn_selector_to_bitfield()
1429 RSN_CIPHER_SUITE_CCMP : WPA_CIPHER_SUITE_CCMP); in wpa_cipher_to_suite()
1476 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_CCMP); in rsn_cipher_put_suites()
Dwpa_common.h76 #define RSN_CIPHER_SUITE_CCMP RSN_SELECTOR(0x00, 0x0f, 0xac, 4) macro