Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.c40 static const u8 WPA_CIPHER_SUITE_TKIP[] = {0x00, 0x50, 0xf2, 2}; variable
261 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c37 u8 WPA_CIPHER_SUITE_TKIP[] = { 0x00, 0x50, 0xf2, 2 }; variable
493 if (!memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) in rtw_get_wpa_cipher_suite()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h130 extern u8 WPA_CIPHER_SUITE_TKIP[];