Searched refs:WPA_CIPHER_SUITE_WEP104 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8712/ |
H A D | ieee80211.c | 30 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/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 22 u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; variable 418 if (!memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 110 extern u8 WPA_CIPHER_SUITE_WEP104[];
|