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

/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dtdls.c431 * @ftie: Pointer to the beginning of FT IE
438 const u8 *ftie, u8 *mic)
445 2 + timeoutie[1] + 2 + ftie[1];
472 os_memcpy(pos, ftie, 2 + ftie[1]);
475 pos += 2 + ftie[1];
493 * @ftie: Pointer to the beginning of FT IE
500 const u8 *ftie, u8 *mic)
511 sizeof(trans_seq) + 2 + ftie[1];
531 os_memcpy(pos, ftie,
436 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
498 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
545 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
574 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
660 struct wpa_tdls_ftie *ftie; local
795 struct wpa_tdls_ftie *ftie; local
914 struct wpa_tdls_ftie *ftie; local
1096 struct wpa_tdls_ftie *ftie; local
1177 struct wpa_tdls_ftie *ftie; local
1358 struct wpa_tdls_ftie *ftie = NULL; local
1713 struct wpa_tdls_ftie *ftie; local
1927 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa_ft.c116 if (ft.ftie) {
117 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
154 struct rsn_ftie *ftie; local
260 ftie = (struct rsn_ftie *) pos;
261 pos += sizeof(*ftie);
262 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
264 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
298 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
304 ric_ies_len, ftie->mic) < 0) {
381 struct rsn_ftie *ftie; local
662 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_ie.c396 ie->ftie = pos;
399 ie->ftie, ie->ftie_len);
H A Dwpa.c892 if (ie->ftie == NULL) {
901 if (assoc_resp_ftie[1] != ie->ftie[1] ||
902 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
905 ie->ftie, 2 + ie->ftie[1]);
954 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
967 ftie = pos;
975 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c621 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,
794 struct rsn_ftie *ftie; local
827 ftie = (struct rsn_ftie *) parse.ftie;
828 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
981 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_auth_ie.c754 ie->ftie = pos;
H A Dwpa_auth.c673 if (!kde->mdie || !kde->ftie) {
688 (kde->ftie[1] != sm->assoc_resp_ftie[1] ||
689 os_memcmp(kde->ftie, sm->assoc_resp_ftie,
693 kde->ftie, kde->ftie_len);
/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h32 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c135 const u8 *ftie, size_t ftie_len,
161 if (ftie) {
163 os_memcpy(pos, ftie, ftie_len);
194 parse->ftie = ie;
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];
305 if (parse->ftie)
133 wpa_ft_mic(const u8 *kck, 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
H A Dwpa_common.h329 const u8 *ftie, size_t ftie_len,
377 const u8 *ftie; member in struct:wpa_ft_ies
H A Dieee802_11_common.c246 elems->ftie = pos;

Completed in 178 milliseconds