Searched refs:RSN_CIPHER_SUITE_NONE (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8712/ |
D | ieee80211.c | 32 static const u8 RSN_CIPHER_SUITE_NONE[] = {0x00, 0x0f, 0xac, 0}; variable 264 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 28 u8 RSN_CIPHER_SUITE_NONE[] = { 0x00, 0x0f, 0xac, 0 }; variable 425 if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 28 u8 RSN_CIPHER_SUITE_NONE[] = { 0x00, 0x0f, 0xac, 0 }; variable 334 if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 91 extern u8 RSN_CIPHER_SUITE_NONE[];
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 119 extern u8 RSN_CIPHER_SUITE_NONE[];
|