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

  /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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.h 56 u8 *ftie; member in struct:ieee802_11_elems
wpa_common.c 137 const u8 *ftie, size_t ftie_len,
163 if (ftie) {
165 os_memcpy(pos, ftie, ftie_len);
ieee802_11_common.c 226 elems->ftie = pos;
wpa_common.h 302 const u8 *ftie, size_t ftie_len,
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1003 if (elems->ftie && elems->ftie_len >= sizeof(struct rsn_ftie)) {
1004 end = elems->ftie + elems->ftie_len;
1005 hdr = (struct rsn_ftie *) elems->ftie;
    [all...]

Completed in 46 milliseconds