Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Dieee80211.c27 static const u8 WPA_CIPHER_SUITE_WEP40[] = {0x00, 0x50, 0xf2, 1}; variable
251 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_ieee80211.c19 u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 }; variable
320 if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c19 u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 }; variable
411 if (!memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h79 extern u8 WPA_CIPHER_SUITE_WEP40[];
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h106 extern u8 WPA_CIPHER_SUITE_WEP40[];