Searched refs:RSN_CIPHER_SUITE_CCMP (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/rtl8712/ |
D | ieee80211.c | 47 static const u8 RSN_CIPHER_SUITE_CCMP[] = {0x00, 0x0f, 0xac, 4}; variable 282 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 48 u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; variable 510 if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
D | rtw_wlan_util.c | 1179 if ((!memcmp((pIE->data + 8), RSN_CIPHER_SUITE_CCMP, 4)) || in should_forbid_n_rate() 1180 (!memcmp((pIE->data + 12), RSN_CIPHER_SUITE_CCMP, 4))) in should_forbid_n_rate()
|
/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 147 extern u8 RSN_CIPHER_SUITE_CCMP[];
|