Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/wpa/src/common/
Dwpa_common.c568 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_CCMP) in wpa_selector_to_bitfield()
1147 RSN_CIPHER_SUITE_CCMP : WPA_CIPHER_SUITE_CCMP); in wpa_cipher_to_suite()
1200 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_CCMP); in wpa_cipher_put_suites()
Dwpa_common.h42 #define WPA_CIPHER_SUITE_CCMP RSN_SELECTOR(0x00, 0x50, 0xf2, 4) macro