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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 33 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_CCMP)
200 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_CCMP);
217 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_CCMP);
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 47 #define WPA_CIPHER_SUITE_CCMP RSN_SELECTOR(0x00, 0x50, 0xf2, 4)
  /external/wpa_supplicant/
wpa.c 44 static const u8 WPA_CIPHER_SUITE_CCMP[] = { 0x00, 0x50, 0xf2, 4 };
285 if (os_memcmp(s, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN) == 0)
670 os_memcpy(pos, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN);
687 os_memcpy(pos, WPA_CIPHER_SUITE_CCMP, WPA_SELECTOR_LEN);
    [all...]

Completed in 1214 milliseconds