Home
last modified time | relevance | path

Searched refs:RSN_CIPHER_SUITE_NONE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8712/
Dieee80211.c32 static const u8 RSN_CIPHER_SUITE_NONE[] = {0x00, 0x0f, 0xac, 0}; variable
264 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c27 u8 RSN_CIPHER_SUITE_NONE[] = { 0x00, 0x0f, 0xac, 0 }; variable
426 if (!memcmp(s, RSN_CIPHER_SUITE_NONE, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dieee80211.h119 extern u8 RSN_CIPHER_SUITE_NONE[];