/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 54 u8 ie_type; /* FTIE */ 388 * wpa_tdls_ftie_mic - Calculate TDLS FTIE MIC 393 * @ftie: Pointer to the beginning of FT IE 400 const u8 *ftie, u8 *mic) 407 2 + timeoutie[1] + 2 + ftie[1]; 433 /* 7) FTIE, with the MIC field of the FTIE set to 0 */ 434 os_memcpy(pos, ftie, 2 + ftie[1]); 437 pos += 2 + ftie[1] 622 struct wpa_tdls_ftie *ftie; local 712 struct wpa_tdls_ftie *ftie; local 811 struct wpa_tdls_ftie *ftie; local 992 struct wpa_tdls_ftie *ftie; local 1073 struct wpa_tdls_ftie *ftie; local 1155 struct wpa_tdls_ftie *ftie = NULL; local 1481 struct wpa_tdls_ftie *ftie; local 1675 struct wpa_tdls_ftie *ftie; local [all...] |
wpa_ft.c | 31 const u8 *ftie; member in struct:wpa_ft_ies 148 if (ft.ftie) { 149 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2); 153 wpa_hexdump(MSG_DEBUG, "FT: Stored MDIE and FTIE from " 186 struct rsn_ftie *ftie; local 289 /* FTIE[SNonce, [R1KH-ID,] R0KH-ID ] */ 293 ftie = (struct rsn_ftie *) pos; 294 pos += sizeof(*ftie); 295 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); 297 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN) 405 const struct rsn_ftie *ftie; local 569 struct rsn_ftie *ftie; local 868 struct rsn_ftie *ftie; local [all...] |
wpa_ie.h | 46 const u8 *ftie; member in struct:wpa_eapol_ie_parse
|
wpa_ie.c | 406 ie->ftie = pos; 408 wpa_hexdump(MSG_DEBUG, "WPA: FTIE in EAPOL-Key", 409 ie->ftie, ie->ftie_len);
|
wpa.c | 291 * FTIE from (Re)Association Response. 860 if (ie->ftie == NULL) { 862 "FT: No FTIE in EAPOL-Key msg 3/4"); 869 if (assoc_resp_ftie[1] != ie->ftie[1] || 870 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) { 871 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "FT: FTIE mismatch"); 872 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 3/4", 873 ie->ftie, 2 + ie->ftie[1]) 922 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local [all...] |
/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_8/src/ap/ |
wpa_auth_ie.h | 45 const u8 *ftie; member in struct:wpa_eapol_ie_parse
|
wpa_auth_ft.c | 35 const u8 *ftie; member in struct:wpa_ft_ies 614 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local 695 ftie = pos; 702 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); 704 _ftie = (struct rsn_ftie *) (ftie + 2); 721 mdie, mdie_len, ftie, ftie_len, 736 parse->ftie = ie; 747 "length in FTIE: %d", pos[1]); 759 "length in FTIE: %d", pos[1]); 780 const struct rsn_ftie *ftie; local 918 struct rsn_ftie *ftie; local 1104 struct rsn_ftie *ftie; local [all...] |
wpa_auth.c | 667 if (!kde->mdie || !kde->ftie) { 669 "message 2/4", kde->mdie ? "FTIE" : "MDIE"); 682 (kde->ftie[1] != sm->assoc_resp_ftie[1] || 683 os_memcmp(kde->ftie, sm->assoc_resp_ftie, 685 wpa_printf(MSG_DEBUG, "FT: FTIE mismatch"); 686 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 2/4", 687 kde->ftie, kde->ftie_len); 688 wpa_hexdump(MSG_DEBUG, "FT: FTIE in (Re)AssocResp", [all...] |
wpa_auth_ie.c | 809 ie->ftie = pos;
|
/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_8/src/common/ |
ieee802_11_common.h | 38 const u8 *ftie; member in struct:ieee802_11_elems
|
wpa_common.c | 139 const u8 *ftie, size_t ftie_len, 165 if (ftie) { 167 os_memcpy(pos, ftie, ftie_len);
|
ieee802_11_common.c | 242 elems->ftie = pos;
|
wpa_common.h | 316 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...] |