OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wmm_tspec_element
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
wmm.h
20
struct
wmm_tspec_element
;
27
int wmm_process_tspec(struct
wmm_tspec_element
*tspec);
wmm.c
131
const struct
wmm_tspec_element
*tspec,
136
struct
wmm_tspec_element
*t = (struct
wmm_tspec_element
*)
153
os_memcpy(t, tspec, sizeof(struct
wmm_tspec_element
));
161
int wmm_process_tspec(struct
wmm_tspec_element
*tspec)
236
struct
wmm_tspec_element
*tspec, size_t len)
292
elems.wmm_tspec_len != (sizeof(struct
wmm_tspec_element
) - 2)) {
308
wmm_addts_req(hapd, mgmt, (struct
wmm_tspec_element
*)
wpa_auth_ft.c
537
struct
wmm_tspec_element
*tspec;
554
tspec = (struct
wmm_tspec_element
*) pos;
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
mlme.c
1001
struct
wmm_tspec_element
*tspec;
1037
buf = wpabuf_alloc(alen + sizeof(struct
wmm_tspec_element
));
[
all
...]
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
638
struct
wmm_tspec_element
{
struct
Completed in 32 milliseconds