Searched refs:ftie (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c131 if (ft.ftie) {
132 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
307 struct rsn_ftie_sha384 *ftie; local
309 ftie = (struct rsn_ftie_sha384 *) pos;
310 fte_mic = ftie->mic;
311 elem_count = &ftie->mic_control[1];
312 pos += sizeof(*ftie);
313 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
315 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
317 struct rsn_ftie *ftie; local
539 struct rsn_ftie_sha384 *ftie; local
550 struct rsn_ftie *ftie; local
881 struct rsn_ftie_sha384 *ftie; local
894 struct rsn_ftie *ftie; local
[all...]
H A Dtdls.c466 * @ftie: Pointer to the beginning of FT IE
473 const u8 *ftie, u8 *mic)
480 2 + timeoutie[1] + 2 + ftie[1];
507 os_memcpy(pos, ftie, 2 + ftie[1]);
510 pos += 2 + ftie[1];
528 * @ftie: Pointer to the beginning of FT IE
535 const u8 *ftie, u8 *mic)
546 sizeof(trans_seq) + 2 + ftie[1];
566 os_memcpy(pos, ftie,
471 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
533 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
580 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
609 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
751 struct wpa_tdls_ftie *ftie; local
936 struct wpa_tdls_ftie *ftie; local
1068 struct wpa_tdls_ftie *ftie; local
1252 struct wpa_tdls_ftie *ftie; local
1341 struct wpa_tdls_ftie *ftie; local
1793 struct wpa_tdls_ftie *ftie = NULL; local
2188 struct wpa_tdls_ftie *ftie; local
2475 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa_ie.h30 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_ie.c525 ie->ftie = pos;
528 ie->ftie, ie->ftie_len);
H A Dwpa.c1227 if (ie->ftie == NULL) {
1236 if (assoc_resp_ftie[1] != ie->ftie[1] ||
1237 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
1240 ie->ftie, 2 + ie->ftie[1]);
1290 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
1303 ftie = pos;
1311 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
3768 if (!elems.mdie || !elems.ftie) {
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h29 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c2420 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
2555 ftie = pos;
2561 (struct rsn_ftie_sha384 *) (ftie + 2);
2566 struct rsn_ftie *_ftie = (struct rsn_ftie *) (ftie + 2);
2596 mdie, mdie_len, ftie, ftie_len,
2608 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
2906 struct rsn_ftie_sha384 *ftie; local
2908 ftie = (struct rsn_ftie_sha384 *) parse.ftie;
2909 if (!ftie || pars
2916 struct rsn_ftie *ftie; local
3166 struct rsn_ftie_sha384 *ftie; local
3179 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_auth_ie.c1104 ie->ftie = pos;
H A Dwpa_auth.c810 if (!kde->mdie || !kde->ftie) {
825 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
826 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
830 kde->ftie, kde->ftie_len);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c757 const u8 *ftie, size_t ftie_len,
803 if (ftie) {
808 addr[num_elem] = ftie;
819 addr[num_elem] = ftie + 2 + 2 + mic_len;
853 parse->ftie = ie;
925 const struct rsn_ftie *ftie; local
1004 if (len < sizeof(*ftie))
1006 ftie = (const struct rsn_ftie *) pos;
1008 ftie->mic_control, 2);
1010 ftie
754 wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr, const u8 *ap_addr, u8 transaction_seqnum, const u8 *mdie, size_t mdie_len, const u8 *ftie, size_t ftie_len, const u8 *rsnie, size_t rsnie_len, const u8 *ric, size_t ric_len, u8 *mic) argument
[all...]
H A Dwpa_common.h373 const u8 *ftie, size_t ftie_len,
447 const u8 *ftie; member in struct:wpa_ft_ies
H A Dieee802_11_common.h48 const u8 *ftie; member in struct:ieee802_11_elems
H A Dieee802_11_common.c387 elems->ftie = pos;

Completed in 265 milliseconds