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 621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
702 ftie = pos;
709 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
711 _ftie = (struct rsn_ftie *) (ftie + 2);
729 mdie, mdie_len, ftie, ftie_len,
785 struct rsn_ftie *ftie; local
818 ftie = (struct rsn_ftie *) parse.ftie;
819 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
971 struct rsn_ftie *ftie; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 116 if (ft.ftie) {
117 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
121 wpa_hexdump(MSG_DEBUG, "FT: Stored MDIE and FTIE from "
154 struct rsn_ftie *ftie; local
255 /* FTIE[SNonce, [R1KH-ID,] R0KH-ID ] */
259 ftie = (struct rsn_ftie *) pos;
260 pos += sizeof(*ftie);
261 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
263 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
293 * FTIE (with MIC field set to 0
380 struct rsn_ftie *ftie; local
661 struct rsn_ftie *ftie; local
    [all...]
wpa_ie.h 40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
tdls.c 48 u8 ie_type; /* FTIE */
416 * wpa_tdls_ftie_mic - Calculate TDLS FTIE MIC
421 * @ftie: Pointer to the beginning of FT IE
428 const u8 *ftie, u8 *mic)
435 2 + timeoutie[1] + 2 + ftie[1];
461 /* 7) FTIE, with the MIC field of the FTIE set to 0 */
462 os_memcpy(pos, ftie, 2 + ftie[1]);
465 pos += 2 + ftie[1]
656 struct wpa_tdls_ftie *ftie; local
795 struct wpa_tdls_ftie *ftie; local
924 struct wpa_tdls_ftie *ftie; local
1105 struct wpa_tdls_ftie *ftie; local
1186 struct wpa_tdls_ftie *ftie; local
1436 struct wpa_tdls_ftie *ftie = NULL; local
1795 struct wpa_tdls_ftie *ftie; local
2022 struct wpa_tdls_ftie *ftie; local
    [all...]
wpa.c 293 * FTIE from (Re)Association Response.
828 if (ie->ftie == NULL) {
830 "FT: No FTIE in EAPOL-Key msg 3/4");
837 if (assoc_resp_ftie[1] != ie->ftie[1] ||
838 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
839 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "FT: FTIE mismatch");
840 wpa_hexdump(MSG_DEBUG, "FT: FTIE in EAPOL-Key msg 3/4",
841 ie->ftie, 2 + ie->ftie[1])
890 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 135 const u8 *ftie, size_t ftie_len,
161 if (ftie) {
163 os_memcpy(pos, ftie, ftie_len);
194 parse->ftie = ie;
205 "length in FTIE: %d", pos[1]);
217 "length in FTIE: %d", pos[1]);
244 const struct rsn_ftie *ftie; local
274 if (pos[1] < sizeof(*ftie))
276 ftie = (const struct rsn_ftie *) (pos + 2);
277 prot_ie_count = ftie->mic_control[1]
    [all...]
ieee802_11_common.h 32 const u8 *ftie; member in struct:ieee802_11_elems
wpa_common.h 324 const u8 *ftie, size_t ftie_len,
372 const u8 *ftie; member in struct:wpa_ft_ies

Completed in 62 milliseconds