Searched defs:ftie (Results 26 - 27 of 27) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dtdls.c446 * @ftie: Pointer to the beginning of FT IE
453 const u8 *ftie, u8 *mic)
460 2 + timeoutie[1] + 2 + ftie[1];
487 os_memcpy(pos, ftie, 2 + ftie[1]);
490 pos += 2 + ftie[1];
508 * @ftie: Pointer to the beginning of FT IE
515 const u8 *ftie, u8 *mic)
526 sizeof(trans_seq) + 2 + ftie[1];
546 os_memcpy(pos, ftie,
451 wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid, const u8 *rsnie, const u8 *timeoutie, const u8 *ftie, u8 *mic) argument
513 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
560 wpa_supplicant_verify_tdls_mic(u8 trans_seq, struct wpa_tdls_peer *peer, const u8 *lnkid, const u8 *timeoutie, const struct wpa_tdls_ftie *ftie) argument
589 wpa_supplicant_verify_tdls_mic_teardown( u8 trans_seq, u16 rcode, u8 dtoken, struct wpa_tdls_peer *peer, const u8 *lnkid, const struct wpa_tdls_ftie *ftie) argument
724 struct wpa_tdls_ftie *ftie; local
900 struct wpa_tdls_ftie *ftie; local
1027 struct wpa_tdls_ftie *ftie; local
1209 struct wpa_tdls_ftie *ftie; local
1298 struct wpa_tdls_ftie *ftie; local
1741 struct wpa_tdls_ftie *ftie = NULL; local
2122 struct wpa_tdls_ftie *ftie; local
2395 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa.c866 if (ie->ftie == NULL) {
875 if (assoc_resp_ftie[1] != ie->ftie[1] ||
876 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
879 ie->ftie, 2 + ie->ftie[1]);
929 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
942 ftie = pos;
950 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||

Completed in 93 milliseconds

12