Searched refs:WPA_CIPHER_SUITE_WEP40 (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8712/ |
D | ieee80211.c | 39 static const u8 WPA_CIPHER_SUITE_WEP40[] = {0x00, 0x50, 0xf2, 1}; variable 259 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 36 u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 }; variable 491 if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
|
/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 129 extern u8 WPA_CIPHER_SUITE_WEP40[];
|