/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/src/drivers/ |
driver.h | 904 * @ies: FT IEs (MDIE, FTIE, ...) or %NULL to remove IEs 923 * @ies: FT IEs (MDIE, FTIE, ...) (FT Request action frame body) [all...] |
/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...] |
ChangeLog | 88 use correct FTIE [all...] |