Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Dieee80211.c34 static const u8 RSN_CIPHER_SUITE_TKIP[] = {0x00, 0x0f, 0xac, 2}; variable
268 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c30 u8 RSN_CIPHER_SUITE_TKIP[] = { 0x00, 0x0f, 0xac, 2 }; variable
429 if (!memcmp(s, RSN_CIPHER_SUITE_TKIP, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h121 extern u8 RSN_CIPHER_SUITE_TKIP[];