Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_SUITE_WEP104 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8712/
Dieee80211.c30 static const u8 WPA_CIPHER_SUITE_WEP104[] = {0x00, 0x50, 0xf2, 5}; variable
257 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c23 u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; variable
417 if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_ieee80211.c23 u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; variable
326 if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dieee80211.h83 extern u8 WPA_CIPHER_SUITE_WEP104[];
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dieee80211.h110 extern u8 WPA_CIPHER_SUITE_WEP104[];