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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.h39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c656 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
736 ftie = pos;
740 _ftie = (struct rsn_ftie *) (ftie + 2);
759 mdie, mdie_len, ftie, ftie_len,
768 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
903 struct rsn_ftie *ftie; local
936 ftie = (struct rsn_ftie *) parse.ftie;
937 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
1093 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.h39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c656 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
736 ftie = pos;
740 _ftie = (struct rsn_ftie *) (ftie + 2);
759 mdie, mdie_len, ftie, ftie_len,
768 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
903 struct rsn_ftie *ftie; local
936 ftie = (struct rsn_ftie *) parse.ftie;
937 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
1093 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.h39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c656 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
736 ftie = pos;
740 _ftie = (struct rsn_ftie *) (ftie + 2);
759 mdie, mdie_len, ftie, ftie_len,
768 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
903 struct rsn_ftie *ftie; local
936 ftie = (struct rsn_ftie *) parse.ftie;
937 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
1093 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c111 if (ft.ftie) {
112 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
151 struct rsn_ftie *ftie; local
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);
294 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
300 ric_ies_len, ftie->mic) < 0) {
377 struct rsn_ftie *ftie; local
672 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dtdls.c450 * @ftie: Pointer to the beginning of FT IE
457 const u8 *ftie, u8 *mic)
464 2 + timeoutie[1] + 2 + ftie[1];
491 os_memcpy(pos, ftie, 2 + ftie[1]);
494 pos += 2 + ftie[1];
512 * @ftie: Pointer to the beginning of FT IE
519 const u8 *ftie, u8 *mic)
530 sizeof(trans_seq) + 2 + ftie[1];
550 os_memcpy(pos, ftie,
455 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
517 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
564 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
593 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
735 struct wpa_tdls_ftie *ftie; local
920 struct wpa_tdls_ftie *ftie; local
1052 struct wpa_tdls_ftie *ftie; local
1235 struct wpa_tdls_ftie *ftie; local
1324 struct wpa_tdls_ftie *ftie; local
1763 struct wpa_tdls_ftie *ftie = NULL; local
2149 struct wpa_tdls_ftie *ftie; local
2436 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa.c1048 if (ie->ftie == NULL) {
1057 if (assoc_resp_ftie[1] != ie->ftie[1] ||
1058 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
1061 ie->ftie, 2 + ie->ftie[1]);
1111 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
1124 ftie = pos;
1132 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c111 if (ft.ftie) {
112 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
151 struct rsn_ftie *ftie; local
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);
294 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
300 ric_ies_len, ftie->mic) < 0) {
377 struct rsn_ftie *ftie; local
672 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dtdls.c450 * @ftie: Pointer to the beginning of FT IE
457 const u8 *ftie, u8 *mic)
464 2 + timeoutie[1] + 2 + ftie[1];
491 os_memcpy(pos, ftie, 2 + ftie[1]);
494 pos += 2 + ftie[1];
512 * @ftie: Pointer to the beginning of FT IE
519 const u8 *ftie, u8 *mic)
530 sizeof(trans_seq) + 2 + ftie[1];
550 os_memcpy(pos, ftie,
455 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
517 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
564 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
593 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
735 struct wpa_tdls_ftie *ftie; local
920 struct wpa_tdls_ftie *ftie; local
1052 struct wpa_tdls_ftie *ftie; local
1235 struct wpa_tdls_ftie *ftie; local
1324 struct wpa_tdls_ftie *ftie; local
1763 struct wpa_tdls_ftie *ftie = NULL; local
2149 struct wpa_tdls_ftie *ftie; local
2436 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa.c1048 if (ie->ftie == NULL) {
1057 if (assoc_resp_ftie[1] != ie->ftie[1] ||
1058 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
1061 ie->ftie, 2 + ie->ftie[1]);
1111 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
1124 ftie = pos;
1132 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c111 if (ft.ftie) {
112 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
151 struct rsn_ftie *ftie; local
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);
294 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
300 ric_ies_len, ftie->mic) < 0) {
377 struct rsn_ftie *ftie; local
672 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h39 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c457 const u8 *ftie, size_t ftie_len,
494 if (ftie) {
499 addr[num_elem] = ftie;
510 addr[num_elem] = ftie + 2 + 2 + 16;
534 parse->ftie = ie;
593 const struct rsn_ftie *ftie; local
634 if (len < sizeof(*ftie))
636 ftie = (const struct rsn_ftie *) pos;
637 prot_ie_count = ftie->mic_control[1];
667 if (parse->ftie)
454 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.h358 const u8 *ftie, size_t ftie_len,
427 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h39 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c457 const u8 *ftie, size_t ftie_len,
494 if (ftie) {
499 addr[num_elem] = ftie;
510 addr[num_elem] = ftie + 2 + 2 + 16;
534 parse->ftie = ie;
593 const struct rsn_ftie *ftie; local
634 if (len < sizeof(*ftie))
636 ftie = (const struct rsn_ftie *) pos;
637 prot_ie_count = ftie->mic_control[1];
667 if (parse->ftie)
454 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.h358 const u8 *ftie, size_t ftie_len,
427 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h39 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c457 const u8 *ftie, size_t ftie_len,
494 if (ftie) {
499 addr[num_elem] = ftie;
510 addr[num_elem] = ftie + 2 + 2 + 16;
534 parse->ftie = ie;
593 const struct rsn_ftie *ftie; local
634 if (len < sizeof(*ftie))
636 ftie = (const struct rsn_ftie *) pos;
637 prot_ie_count = ftie->mic_control[1];
667 if (parse->ftie)
454 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.h358 const u8 *ftie, size_t ftie_len,
427 const u8 *ftie; member in struct:wpa_ft_ies

Completed in 243 milliseconds

12