Home
last modified time | relevance | path

Searched refs:wmm_tspec_element (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec) in wmm_ac_get_tsid()
41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec) in wmm_ac_get_direction()
47 static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *tspec) in wmm_ac_get_user_priority()
70 const struct wmm_tspec_element *tspec) in wmm_ac_add_ts()
72 struct wmm_tspec_element *_tspec; in wmm_ac_add_ts()
121 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()
209 const struct wmm_tspec_element *tspec, in wmm_ac_send_delts()
268 struct wmm_tspec_element *tspec; in wmm_ac_build_addts_req()
551 struct wmm_tspec_element tspec; in wpas_wmm_ac_delts()
632 const struct wmm_tspec_element *tspe in wmm_ac_handle_delts()
[all...]
H A Dwmm_ac.h108 struct wmm_tspec_element tspec;
H A Dwpa_supplicant_i.h1124 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1127 struct wmm_tspec_element *last_tspecs;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwmm_ac.c35 static inline u8 wmm_ac_get_tsid(const struct wmm_tspec_element *tspec) in wmm_ac_get_tsid()
41 static u8 wmm_ac_get_direction(const struct wmm_tspec_element *tspec) in wmm_ac_get_direction()
47 static u8 wmm_ac_get_user_priority(const struct wmm_tspec_element *tspec) in wmm_ac_get_user_priority()
70 const struct wmm_tspec_element *tspec) in wmm_ac_add_ts()
72 struct wmm_tspec_element *_tspec; in wmm_ac_add_ts()
121 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()
209 const struct wmm_tspec_element *tspec, in wmm_ac_send_delts()
268 struct wmm_tspec_element *tspec; in wmm_ac_build_addts_req()
551 struct wmm_tspec_element tspec; in wpas_wmm_ac_delts()
632 const struct wmm_tspec_element *tspe in wmm_ac_handle_delts()
[all...]
H A Dwmm_ac.h108 struct wmm_tspec_element tspec;
H A Dwpa_supplicant_i.h1408 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1411 struct wmm_tspec_element *last_tspecs;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwmm.c189 const struct wmm_tspec_element *tspec, in wmm_send_action()
194 struct wmm_tspec_element *t = (struct wmm_tspec_element *) in wmm_send_action()
211 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()
219 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec()
296 const struct wmm_tspec_element *tspec, size_t len) in wmm_addts_req()
300 struct wmm_tspec_element tspec_resp; in wmm_addts_req()
312 os_memcpy(&tspec_resp, tspec, sizeof(struct wmm_tspec_element)); in wmm_addts_req()
357 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
373 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
[all...]
H A Dwmm.h14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c2408 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie()
2424 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()
2432 res = wmm_process_tspec((struct wmm_tspec_element *) pos); in wpa_ft_process_rdie()
2443 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
2453 sizeof(struct wmm_tspec_element)); in wpa_ft_process_rdie()
2461 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwmm.c187 const struct wmm_tspec_element *tspec, in wmm_send_action()
192 struct wmm_tspec_element *t = (struct wmm_tspec_element *) in wmm_send_action()
209 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()
217 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec()
294 struct wmm_tspec_element *tspec, size_t len) in wmm_addts_req()
353 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
369 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
H A Dwmm.h14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
H A Dwpa_auth_ft.c2319 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie()
2335 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()
2343 res = wmm_process_tspec((struct wmm_tspec_element *) pos); in wpa_ft_process_rdie()
2354 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
2364 sizeof(struct wmm_tspec_element)); in wpa_ft_process_rdie()
2372 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_defs.h1386 struct wmm_tspec_element { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_defs.h1479 struct wmm_tspec_element { struct

Completed in 46 milliseconds