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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
wpa_auth_ft.c 639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
719 ftie = pos;
723 _ftie = (struct rsn_ftie *) (ftie + 2);
742 mdie, mdie_len, ftie, ftie_len,
751 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
803 struct rsn_ftie *ftie; local
836 ftie = (struct rsn_ftie *) parse.ftie;
837 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
991 struct rsn_ftie *ftie; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 111 if (ft.ftie) {
112 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
116 wpa_hexdump(MSG_DEBUG, "FT: Stored MDIE and FTIE from "
151 struct rsn_ftie *ftie; local
252 /* FTIE[SNonce, [R1KH-ID,] R0KH-ID ] */
256 ftie = (struct rsn_ftie *) pos;
257 pos += sizeof(*ftie);
258 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
260 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
290 * FTIE (with MIC field set to 0
377 struct rsn_ftie *ftie; local
672 struct rsn_ftie *ftie; local
    [all...]
wpa_ie.h 40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
wpa.c 360 * FTIE from (Re)Association Response.
976 if (ie->ftie == NULL) {
978 "FT: No FTIE in EAPOL-Key msg 3/4");
985 if (assoc_resp_ftie[1] != ie->ftie[1] ||
986 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
987 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "FT: FTIE mismatch");
988 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 3/4",
989 ie->ftie, 2 + ie->ftie[1])
1039 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
    [all...]
tdls.c 52 u8 ie_type; /* FTIE */
445 * wpa_tdls_ftie_mic - Calculate TDLS FTIE MIC
450 * @ftie: Pointer to the beginning of FT IE
457 const u8 *ftie, u8 *mic)
464 2 + timeoutie[1] + 2 + ftie[1];
490 /* 7) FTIE, with the MIC field of the FTIE set to 0 */
491 os_memcpy(pos, ftie, 2 + ftie[1]);
494 pos += 2 + ftie[1]
735 struct wpa_tdls_ftie *ftie; local
920 struct wpa_tdls_ftie *ftie; local
1052 struct wpa_tdls_ftie *ftie; local
1234 struct wpa_tdls_ftie *ftie; local
1323 struct wpa_tdls_ftie *ftie; local
1762 struct wpa_tdls_ftie *ftie = NULL; local
2148 struct wpa_tdls_ftie *ftie; local
2435 struct wpa_tdls_ftie *ftie; local
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 212 const u8 *ftie, size_t ftie_len,
249 if (ftie) {
254 addr[num_elem] = ftie;
264 /* Rest of FTIE */
265 addr[num_elem] = ftie + 2 + 2 + 16;
289 parse->ftie = ie;
307 "FT: Invalid R1KH-ID length in FTIE: %d",
320 "FT: Invalid R0KH-ID length in FTIE: %d",
348 const struct rsn_ftie *ftie; local
387 if (len < sizeof(*ftie))
    [all...]
ieee802_11_common.h 39 const u8 *ftie; member in struct:ieee802_11_elems
wpa_common.h 348 const u8 *ftie, size_t ftie_len,
417 const u8 *ftie; member in struct:wpa_ft_ies

Completed in 629 milliseconds