Lines Matching refs:wmm_tspec_element
35 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 *tspec) in wmm_ac_handle_delts()
661 const struct wmm_tspec_element *tspec) in wmm_ac_handle_addts_resp()
739 struct wmm_tspec_element *tspec; in wmm_ac_rx_action()
770 if (len < 2 + sizeof(struct wmm_tspec_element)) { in wmm_ac_rx_action()
790 if (elems.wmm_tspec_len != sizeof(struct wmm_tspec_element) - 2) { in wmm_ac_rx_action()
795 tspec = (struct wmm_tspec_element *)(elems.wmm_tspec - 2); in wmm_ac_rx_action()
871 struct wmm_tspec_element *tspec; in wpas_wmm_ac_status()