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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 29 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_WEP40)
206 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_WEP40);
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 42 #define WPA_CIPHER_SUITE_WEP40 RSN_SELECTOR(0x00, 0x50, 0xf2, 1)
  /external/wpa_supplicant/
wpa.c 39 static const u8 WPA_CIPHER_SUITE_WEP40[] = { 0x00, 0x50, 0xf2, 1 };
281 if (os_memcmp(s, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN) == 0)
676 os_memcpy(pos, WPA_CIPHER_SUITE_WEP40, WPA_SELECTOR_LEN);
    [all...]

Completed in 229 milliseconds