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

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 32 #define RSN_VERSION 1
wpa_common.c 281 WPA_GET_LE16(hdr->version) != RSN_VERSION) {
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 274 WPA_PUT_LE16(hdr->version, RSN_VERSION);
wpa_ft.c 142 WPA_PUT_LE16(rsnie->version, RSN_VERSION);
peerkey.c 266 WPA_PUT_LE16(hdr->version, RSN_VERSION);
1052 WPA_PUT_LE16(hdr->version, RSN_VERSION);
    [all...]
wpa.c     [all...]
  /external/wpa_supplicant/
wpa.c 78 static const u16 RSN_VERSION = 1;
510 WPA_GET_LE16(hdr->version) != RSN_VERSION) {
743 WPA_PUT_LE16(hdr->version, RSN_VERSION);
1090 WPA_PUT_LE16(hdr->version, RSN_VERSION);
    [all...]

Completed in 63 milliseconds