Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c286 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP) in rsn_selector_to_bitfield()
1434 return RSN_CIPHER_SUITE_GCMP; in wpa_cipher_to_suite()
1470 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_GCMP); in rsn_cipher_put_suites()
Dwpa_common.h82 #define RSN_CIPHER_SUITE_GCMP RSN_SELECTOR(0x00, 0x0f, 0xac, 8) macro