Searched defs:ftie (Results 1 - 25 of 30) 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.c585 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
666 ftie = pos;
673 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
675 _ftie = (struct rsn_ftie *) (ftie + 2);
692 mdie, mdie_len, ftie, ftie_len,
752 struct rsn_ftie *ftie; local
785 ftie = (struct rsn_ftie *) parse.ftie;
786 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
938 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.c585 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
666 ftie = pos;
673 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
675 _ftie = (struct rsn_ftie *) (ftie + 2);
692 mdie, mdie_len, ftie, ftie_len,
752 struct rsn_ftie *ftie; local
785 ftie = (struct rsn_ftie *) parse.ftie;
786 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
938 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.c585 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
666 ftie = pos;
673 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
675 _ftie = (struct rsn_ftie *) (ftie + 2);
692 mdie, mdie_len, ftie, ftie_len,
752 struct rsn_ftie *ftie; local
785 ftie = (struct rsn_ftie *) parse.ftie;
786 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
938 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
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
261 ftie = (struct rsn_ftie *) pos;
262 pos += sizeof(*ftie);
263 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
265 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
299 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
305 ric_ies_len, ftie->mic) < 0) {
388 struct rsn_ftie *ftie; local
687 struct rsn_ftie *ftie; local
[all...]
H A Dtdls.c413 * @ftie: Pointer to the beginning of FT IE
420 const u8 *ftie, u8 *mic)
427 2 + timeoutie[1] + 2 + ftie[1];
454 os_memcpy(pos, ftie, 2 + ftie[1]);
457 pos += 2 + ftie[1];
475 * @ftie: Pointer to the beginning of FT IE
482 const u8 *ftie, u8 *mic)
493 sizeof(trans_seq) + 2 + ftie[1];
513 os_memcpy(pos, ftie,
418 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
480 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
527 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
556 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
642 struct wpa_tdls_ftie *ftie; local
777 struct wpa_tdls_ftie *ftie; local
896 struct wpa_tdls_ftie *ftie; local
1077 struct wpa_tdls_ftie *ftie; local
1158 struct wpa_tdls_ftie *ftie; local
1339 struct wpa_tdls_ftie *ftie = NULL; local
1693 struct wpa_tdls_ftie *ftie; local
1899 struct wpa_tdls_ftie *ftie; local
[all...]
H A Dwpa.c857 if (ie->ftie == NULL) {
866 if (assoc_resp_ftie[1] != ie->ftie[1] ||
867 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
870 ie->ftie, 2 + ie->ftie[1]);
919 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
932 ftie = pos;
940 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
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
261 ftie = (struct rsn_ftie *) pos;
262 pos += sizeof(*ftie);
263 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
265 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
299 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
305 ric_ies_len, ftie->mic) < 0) {
388 struct rsn_ftie *ftie; local
687 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
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
261 ftie = (struct rsn_ftie *) pos;
262 pos += sizeof(*ftie);
263 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
265 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
299 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
305 ric_ies_len, ftie->mic) < 0) {
388 struct rsn_ftie *ftie; local
687 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dieee802_11_common.h56 u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c137 const u8 *ftie, size_t ftie_len,
163 if (ftie) {
165 os_memcpy(pos, ftie, ftie_len);
135 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
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h32 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c133 const u8 *ftie, size_t ftie_len,
159 if (ftie) {
161 os_memcpy(pos, ftie, ftie_len);
192 parse->ftie = ie;
242 const struct rsn_ftie *ftie; local
272 if (pos[1] < sizeof(*ftie))
274 ftie = (const struct rsn_ftie *) (pos + 2);
275 prot_ie_count = ftie->mic_control[1];
303 if (parse->ftie)
131 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.h310 const u8 *ftie, size_t ftie_len,
358 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h32 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c133 const u8 *ftie, size_t ftie_len,
159 if (ftie) {
161 os_memcpy(pos, ftie, ftie_len);
192 parse->ftie = ie;
242 const struct rsn_ftie *ftie; local
272 if (pos[1] < sizeof(*ftie))
274 ftie = (const struct rsn_ftie *) (pos + 2);
275 prot_ie_count = ftie->mic_control[1];
303 if (parse->ftie)
131 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.h310 const u8 *ftie, size_t ftie_len,
358 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h32 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c133 const u8 *ftie, size_t ftie_len,
159 if (ftie) {
161 os_memcpy(pos, ftie, ftie_len);
192 parse->ftie = ie;
242 const struct rsn_ftie *ftie; local
272 if (pos[1] < sizeof(*ftie))
274 ftie = (const struct rsn_ftie *) (pos + 2);
275 prot_ie_count = ftie->mic_control[1];
303 if (parse->ftie)
131 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
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c126 struct rsn_ftie *ftie; local
232 ftie = (struct rsn_ftie *) pos;
233 pos += sizeof(*ftie);
234 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
236 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
256 ftie->mic_control[1] = 3; /* Information element count */
261 ftie->mic) < 0) {
277 const u8 *ftie; member in struct:wpa_ft_ies
299 parse->ftie = ie;
461 struct rsn_ftie *ftie; local
737 struct rsn_ftie *ftie; local
[all...]

Completed in 164 milliseconds

12