Home
last modified time | relevance | path

Searched refs:RSN_CIPHER_SUITE_CCMP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8712/
Dieee80211.c35 static const u8 RSN_CIPHER_SUITE_CCMP[] = {0x00, 0x0f, 0xac, 4}; variable
270 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c32 u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; variable
437 if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dieee80211.h123 extern u8 RSN_CIPHER_SUITE_CCMP[];
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ieee80211.c32 u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; variable
486 if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
Drtw_wlan_util.c1145 if ((!memcmp((pIE->data + 8), RSN_CIPHER_SUITE_CCMP, 4)) || in should_forbid_n_rate()
1146 (!memcmp((pIE->data + 12), RSN_CIPHER_SUITE_CCMP, 4))) in should_forbid_n_rate()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h128 extern u8 RSN_CIPHER_SUITE_CCMP[];