HomeSort by relevance Sort by last modified time
    Searched refs:WPA_CIPHER_SUITE_TKIP (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 31 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_TKIP)
202 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_TKIP);
219 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_TKIP);
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 43 #define WPA_CIPHER_SUITE_TKIP RSN_SELECTOR(0x00, 0x50, 0xf2, 2)
  /external/wpa_supplicant/
wpa.c 40 static const u8 WPA_CIPHER_SUITE_TKIP[] = { 0x00, 0x50, 0xf2, 2 };
283 if (os_memcmp(s, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN) == 0)
672 os_memcpy(pos, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN);
689 os_memcpy(pos, WPA_CIPHER_SUITE_TKIP, WPA_SELECTOR_LEN);
    [all...]

Completed in 140 milliseconds