Searched refs:WPA_CIPHER_SUITE_NONE (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8712/ |
D | ieee80211.c | 26 static const u8 WPA_CIPHER_SUITE_NONE[] = {0x00, 0x50, 0xf2, 0}; variable 249 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_ieee80211.c | 18 u8 WPA_CIPHER_SUITE_NONE[] = { 0x00, 0x50, 0xf2, 0 }; variable 318 if (!memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 18 u8 WPA_CIPHER_SUITE_NONE[] = { 0x00, 0x50, 0xf2, 0 }; variable 409 if (!memcmp(s, WPA_CIPHER_SUITE_NONE, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 78 extern u8 WPA_CIPHER_SUITE_NONE[];
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 105 extern u8 WPA_CIPHER_SUITE_NONE[];
|