Searched refs:RSN_CIPHER_SUITE_WEP104 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | ieee80211.c | 36 static const u8 RSN_CIPHER_SUITE_WEP104[] = {0x00, 0x0f, 0xac, 5}; variable 272 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_ieee80211.c | 37 u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; variable 344 if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 128 extern u8 RSN_CIPHER_SUITE_WEP104[];
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_ieee80211.c | 33 u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; variable 458 if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | ieee80211.h | 125 extern u8 RSN_CIPHER_SUITE_WEP104[];
|