Searched defs:wpa_tdls_frame (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dtdls.c76 struct wpa_tdls_frame { struct
1482 size_t min_req_len = sizeof(struct wpa_tdls_frame) +
1495 dialog_token = buf[sizeof(struct wpa_tdls_frame)];
1502 if (wpa_supplicant_parse_ies(buf + sizeof(struct wpa_tdls_frame) + 1,
1503 len - (sizeof(struct wpa_tdls_frame) + 1),
2659 struct wpa_tdls_frame *tf;
2681 tf = (struct wpa_tdls_frame *) buf;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c76 struct wpa_tdls_frame { struct
1482 size_t min_req_len = sizeof(struct wpa_tdls_frame) +
1495 dialog_token = buf[sizeof(struct wpa_tdls_frame)];
1502 if (wpa_supplicant_parse_ies(buf + sizeof(struct wpa_tdls_frame) + 1,
1503 len - (sizeof(struct wpa_tdls_frame) + 1),
2659 struct wpa_tdls_frame *tf;
2681 tf = (struct wpa_tdls_frame *) buf;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dtdls.c76 struct wpa_tdls_frame { struct
1482 size_t min_req_len = sizeof(struct wpa_tdls_frame) +
1495 dialog_token = buf[sizeof(struct wpa_tdls_frame)];
1502 if (wpa_supplicant_parse_ies(buf + sizeof(struct wpa_tdls_frame) + 1,
1503 len - (sizeof(struct wpa_tdls_frame) + 1),
2659 struct wpa_tdls_frame *tf;
2681 tf = (struct wpa_tdls_frame *) buf;

Completed in 46 milliseconds