Home
last modified time | relevance | path

Searched refs:wmm_tspec_element (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwmm.c123 const struct wmm_tspec_element *tspec, in wmm_send_action()
128 struct wmm_tspec_element *t = (struct wmm_tspec_element *) in wmm_send_action()
145 os_memcpy(t, tspec, sizeof(struct wmm_tspec_element)); in wmm_send_action()
153 int wmm_process_tspec(struct wmm_tspec_element *tspec) in wmm_process_tspec()
230 struct wmm_tspec_element *tspec, size_t len) in wmm_addts_req()
289 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
305 wmm_addts_req(hapd, mgmt, (struct wmm_tspec_element *) in hostapd_wmm_action()
Dwmm.h14 struct wmm_tspec_element;
21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
Dwpa_auth_ft.c555 struct wmm_tspec_element *tspec; in wpa_ft_process_rdie()
571 tspec = (struct wmm_tspec_element *) pos; in wpa_ft_process_rdie()
579 res = wmm_process_tspec((struct wmm_tspec_element *) pos); in wpa_ft_process_rdie()
590 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
600 sizeof(struct wmm_tspec_element)); in wpa_ft_process_rdie()
608 pos += sizeof(struct wmm_tspec_element); in wpa_ft_process_rdie()
/external/wpa_supplicant_8/wpa_supplicant/
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()
124 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()
212 const struct wmm_tspec_element *tspec, in wmm_ac_send_delts()
271 struct wmm_tspec_element *tspec; in wmm_ac_build_addts_req()
559 struct wmm_tspec_element tspec; in wpas_wmm_ac_delts()
640 const struct wmm_tspec_element *tspec) in wmm_ac_handle_delts()
[all …]
Dwmm_ac.h108 struct wmm_tspec_element tspec;
Dwpa_supplicant_i.h1074 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
1077 struct wmm_tspec_element *last_tspecs;
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1274 struct wmm_tspec_element { struct