HomeSort by relevance Sort by last modified time
    Searched defs:key_data_length (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 150 /* Note: key_info, key_length, and key_data_length are unaligned */
159 u8 key_data_length[2]; /* big endian */ member in struct:wpa_eapol_key
160 /* followed by key_data_length bytes of key_data */
  /external/wpa_supplicant/
wpa.c 169 /* Note: key_info, key_length, and key_data_length are unaligned */
178 u8 key_data_length[2]; member in struct:wpa_eapol_key
179 /* followed by key_data_length bytes of key_data */
1019 WPA_PUT_BE16(reply->key_data_length, 0);
    [all...]

Completed in 11 milliseconds