Home
last modified time | relevance | path

Searched refs:RSN_CIPHER_SUITE_CCMP (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rtl8712/
Dieee80211.c47 static const u8 RSN_CIPHER_SUITE_CCMP[] = {0x00, 0x0f, 0xac, 4}; variable
282 if (!memcmp(s, (void *)RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in r8712_get_wpa2_cipher_suite()
/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c48 u8 RSN_CIPHER_SUITE_CCMP[] = { 0x00, 0x0f, 0xac, 4 }; variable
510 if (!memcmp(s, RSN_CIPHER_SUITE_CCMP, RSN_SELECTOR_LEN)) in rtw_get_wpa2_cipher_suite()
Drtw_wlan_util.c1179 if ((!memcmp((pIE->data + 8), RSN_CIPHER_SUITE_CCMP, 4)) || in should_forbid_n_rate()
1180 (!memcmp((pIE->data + 12), RSN_CIPHER_SUITE_CCMP, 4))) in should_forbid_n_rate()
/drivers/staging/rtl8188eu/include/
Dieee80211.h147 extern u8 RSN_CIPHER_SUITE_CCMP[];