Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dieee80211.c40 static const u8 WPA_CIPHER_SUITE_TKIP[] = {0x00, 0x50, 0xf2, 2}; variable
265 if (!memcmp(s, (void *)WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN)) in r8712_get_wpa_cipher_suite()
/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_internal.h749 #define WPA_CIPHER_SUITE_TKIP { 0x00, 0x50, 0xf2, 2 } macro