Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Dieee80211.c36 static const u8 RSN_CIPHER_SUITE_WEP104[] = {0x00, 0x0f, 0xac, 5}; variable
272 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_ieee80211.c33 u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; variable
342 if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c33 u8 RSN_CIPHER_SUITE_WEP104[] = { 0x00, 0x0f, 0xac, 5 }; variable
433 if (!memcmp(s, RSN_CIPHER_SUITE_WEP104, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h96 extern u8 RSN_CIPHER_SUITE_WEP104[];
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h124 extern u8 RSN_CIPHER_SUITE_WEP104[];