Searched refs:WPA_CIPHER_SUITE_CCMP (Results 1 – 2 of 2) sorted by relevance
41 static const u8 WPA_CIPHER_SUITE_CCMP[] = {0x00, 0x50, 0xf2, 4}; variable267 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
751 #define WPA_CIPHER_SUITE_CCMP { 0x00, 0x50, 0xf2, 4 } macro