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

12

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dtdls.c449 * @ftie: Pointer to the beginning of FT IE
456 const u8 *ftie, u8 *mic)
463 2 + timeoutie[1] + 2 + ftie[1];
490 os_memcpy(pos, ftie, 2 + ftie[1]);
493 pos += 2 + ftie[1];
511 * @ftie: Pointer to the beginning of FT IE
518 const u8 *ftie, u8 *mic)
529 sizeof(trans_seq) + 2 + ftie[1];
549 os_memcpy(pos, ftie,
454 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
516 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
563 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
592 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
728 struct wpa_tdls_ftie *ftie; local
913 struct wpa_tdls_ftie *ftie; local
1045 struct wpa_tdls_ftie *ftie; local
1227 struct wpa_tdls_ftie *ftie; local
1316 struct wpa_tdls_ftie *ftie; local
1755 struct wpa_tdls_ftie *ftie = NULL; local
2141 struct wpa_tdls_ftie *ftie; local
2419 struct wpa_tdls_ftie *ftie; local
[all...]
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
258 ftie = (struct rsn_ftie *) pos;
259 pos += sizeof(*ftie);
260 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
262 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
296 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
302 ric_ies_len, ftie->mic) < 0) {
379 struct rsn_ftie *ftie; local
674 struct rsn_ftie *ftie; local
[all...]
H A Dwpa_ie.h40 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa.c913 if (ie->ftie == NULL) {
922 if (assoc_resp_ftie[1] != ie->ftie[1] ||
923 os_memcmp(assoc_resp_ftie, ie->ftie, 2 + ie->ftie[1]) != 0) {
926 ie->ftie, 2 + ie->ftie[1]);
976 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
989 ftie = pos;
997 ft_validate_ftie(sm, src_addr, ie, ftie) < 0 ||
/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c449 * @ftie: Pointer to the beginning of FT IE
456 const u8 *ftie, u8 *mic)
463 2 + timeoutie[1] + 2 + ftie[1];
490 os_memcpy(pos, ftie, 2 + ftie[1]);
493 pos += 2 + ftie[1];
511 * @ftie: Pointer to the beginning of FT IE
518 const u8 *ftie, u8 *mic)
529 sizeof(trans_seq) + 2 + ftie[1];
549 os_memcpy(pos, ftie,
454 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
516 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
563 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
592 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
728 struct wpa_tdls_ftie *ftie; local
913 struct wpa_tdls_ftie *ftie; local
1045 struct wpa_tdls_ftie *ftie; local
1227 struct wpa_tdls_ftie *ftie; local
1316 struct wpa_tdls_ftie *ftie; local
1755 struct wpa_tdls_ftie *ftie = NULL; local
2141 struct wpa_tdls_ftie *ftie; local
2419 struct wpa_tdls_ftie *ftie; local
[all...]
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
258 ftie = (struct rsn_ftie *) pos;
259 pos += sizeof(*ftie);
260 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
262 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
296 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
302 ric_ies_len, ftie->mic) < 0) {
379 struct rsn_ftie *ftie; local
674 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/wpa_supplicant/src/rsn_supp/
H A Dtdls.c449 * @ftie: Pointer to the beginning of FT IE
456 const u8 *ftie, u8 *mic)
463 2 + timeoutie[1] + 2 + ftie[1];
490 os_memcpy(pos, ftie, 2 + ftie[1]);
493 pos += 2 + ftie[1];
511 * @ftie: Pointer to the beginning of FT IE
518 const u8 *ftie, u8 *mic)
529 sizeof(trans_seq) + 2 + ftie[1];
549 os_memcpy(pos, ftie,
454 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
516 wpa_tdls_key_mic_teardown(const u8 *kck, u8 trans_seq, u16 rcode, u8 dtoken, const u8 *lnkid, const u8 *ftie, u8 *mic) argument
563 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
592 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
728 struct wpa_tdls_ftie *ftie; local
913 struct wpa_tdls_ftie *ftie; local
1045 struct wpa_tdls_ftie *ftie; local
1227 struct wpa_tdls_ftie *ftie; local
1316 struct wpa_tdls_ftie *ftie; local
1755 struct wpa_tdls_ftie *ftie = NULL; local
2141 struct wpa_tdls_ftie *ftie; local
2419 struct wpa_tdls_ftie *ftie; local
[all...]
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
258 ftie = (struct rsn_ftie *) pos;
259 pos += sizeof(*ftie);
260 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN);
262 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
296 ftie->mic_control[1] = 3 + ieee802_11_ie_count(ric_ies,
302 ric_ies_len, ftie->mic) < 0) {
379 struct rsn_ftie *ftie; local
674 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/ap/
H A Dwpa_auth_ie.h39 const u8 *ftie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
719 ftie = pos;
726 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
728 _ftie = (struct rsn_ftie *) (ftie + 2);
747 mdie, mdie_len, ftie, ftie_len,
803 struct rsn_ftie *ftie; local
836 ftie = (struct rsn_ftie *) parse.ftie;
837 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
991 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.c639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
719 ftie = pos;
726 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
728 _ftie = (struct rsn_ftie *) (ftie + 2);
747 mdie, mdie_len, ftie, ftie_len,
803 struct rsn_ftie *ftie; local
836 ftie = (struct rsn_ftie *) parse.ftie;
837 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
991 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.c639 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; local
719 ftie = pos;
726 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len);
728 _ftie = (struct rsn_ftie *) (ftie + 2);
747 mdie, mdie_len, ftie, ftie_len,
803 struct rsn_ftie *ftie; local
836 ftie = (struct rsn_ftie *) parse.ftie;
837 if (ftie == NULL || parse.ftie_len < sizeof(*ftie)) {
991 struct rsn_ftie *ftie; local
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h27 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c206 const u8 *ftie, size_t ftie_len,
243 if (ftie) {
248 addr[num_elem] = ftie;
259 addr[num_elem] = ftie + 2 + 2 + 16;
283 parse->ftie = ie;
333 const struct rsn_ftie *ftie; local
365 if (pos[1] < sizeof(*ftie))
367 ftie = (const struct rsn_ftie *) (pos + 2);
368 prot_ie_count = ftie->mic_control[1];
398 if (parse->ftie)
203 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.h346 const u8 *ftie, size_t ftie_len,
415 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h27 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c206 const u8 *ftie, size_t ftie_len,
243 if (ftie) {
248 addr[num_elem] = ftie;
259 addr[num_elem] = ftie + 2 + 2 + 16;
283 parse->ftie = ie;
333 const struct rsn_ftie *ftie; local
365 if (pos[1] < sizeof(*ftie))
367 ftie = (const struct rsn_ftie *) (pos + 2);
368 prot_ie_count = ftie->mic_control[1];
398 if (parse->ftie)
203 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.h346 const u8 *ftie, size_t ftie_len,
415 const u8 *ftie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h27 const u8 *ftie; member in struct:ieee802_11_elems
H A Dwpa_common.c206 const u8 *ftie, size_t ftie_len,
243 if (ftie) {
248 addr[num_elem] = ftie;
259 addr[num_elem] = ftie + 2 + 2 + 16;
283 parse->ftie = ie;
333 const struct rsn_ftie *ftie; local
365 if (pos[1] < sizeof(*ftie))
367 ftie = (const struct rsn_ftie *) (pos + 2);
368 prot_ie_count = ftie->mic_control[1];
398 if (parse->ftie)
203 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.h346 const u8 *ftie, size_t ftie_len,
415 const u8 *ftie; member in struct:wpa_ft_ies

Completed in 465 milliseconds

12