Searched refs:RSN_CIPHER_SUITE_CCMP (Results 1 – 3 of 3) sorted by relevance
456 selector = RSN_CIPHER_SUITE_CCMP; in wpa_validate_wpa_ie()461 selector = RSN_CIPHER_SUITE_CCMP; in wpa_validate_wpa_ie()
281 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()
76 #define RSN_CIPHER_SUITE_CCMP RSN_SELECTOR(0x00, 0x0f, 0xac, 4) macro