Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.c41 static const u8 RSN_CIPHER_SUITE_WEP40[] = {0x00, 0x0f, 0xac, 1}; variable
273 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c33 u8 RSN_CIPHER_SUITE_WEP40[] = { 0x00, 0x0f, 0xac, 1 }; variable
344 if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h130 extern u8 RSN_CIPHER_SUITE_WEP40[];
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c29 u8 RSN_CIPHER_SUITE_WEP40[] = { 0x00, 0x0f, 0xac, 1 }; variable
452 if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h121 extern u8 RSN_CIPHER_SUITE_WEP40[];