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

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.h 56 u8 *ftie; member in struct:ieee802_11_elems
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 126 struct rsn_ftie *ftie; local
228 /* FTIE[SNonce, R0KH-ID] */
232 ftie = (struct rsn_ftie *) pos;
233 pos += sizeof(*ftie);
234 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
236 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
253 * FTIE (with MIC field set to 0)
256 ftie->mic_control[1] = 3; /* Information element count */
261 ftie->mic) < 0) {
277 const u8 *ftie; member in struct:wpa_ft_ies
461 struct rsn_ftie *ftie; local
737 struct rsn_ftie *ftie; local
    [all...]

Completed in 405 milliseconds