Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/common/
Dwpa_common.c341 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_NONE) in rsn_selector_to_bitfield()
1161 RSN_CIPHER_SUITE_NONE : WPA_CIPHER_SUITE_NONE); in wpa_cipher_to_suite()
1186 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_NONE); in rsn_cipher_put_suites()
Dwpa_common.h59 #define RSN_CIPHER_SUITE_NONE RSN_SELECTOR(0x00, 0x0f, 0xac, 0) macro