Searched refs:RSN_CIPHER_SUITE_WEP40 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8712/ |
H A D | ieee80211.c | 33 static const u8 RSN_CIPHER_SUITE_WEP40[] = {0x00, 0x0f, 0xac, 1}; variable 266 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 28 u8 RSN_CIPHER_SUITE_WEP40[] = { 0x00, 0x0f, 0xac, 1 }; variable 428 if (!memcmp(s, RSN_CIPHER_SUITE_WEP40, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 120 extern u8 RSN_CIPHER_SUITE_WEP40[];
|