Home
last modified time | relevance | path

Searched defs:tsid (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwmm_ac.c78 u8 tsid = wmm_ac_get_tsid(tspec); in wmm_ac_add_ts() local
122 u8 tsid; in wmm_ac_del_ts_idx() local
243 static int wmm_ac_find_tsid(struct wpa_supplicant *wpa_s, u8 tsid, in wmm_ac_find_tsid()
331 u8 tsid, u8 ac, u8 dir) in wmm_ac_should_replace_ts()
551 int wpas_wmm_ac_delts(struct wpa_supplicant *wpa_s, u8 tsid) in wpas_wmm_ac_delts()
637 u8 tsid; in wmm_ac_handle_delts() local
666 u8 ac, tsid, up, dir; in wmm_ac_handle_addts_resp() local
874 u8 dir, tsid; in wpas_wmm_ac_status() local
Dwmm_ac.h123 int tsid; member
Ddriver_i.h641 static inline int wpa_drv_add_ts(struct wpa_supplicant *wpa_s, u8 tsid, in wpa_drv_add_ts()
Dctrl_iface.c1334 u8 tsid = atoi(cmd); in wmm_ac_ctrl_delts() local
/hostap-latest/tests/hwsim/
Dwpasupplicant.py1023 def add_ts(self, tsid, up, direction="downlink", expect_failure=False, argument
1057 def del_ts(self, tsid): argument
/hostap-latest/src/drivers/
Ddriver_nl80211.c11511 static int nl80211_add_ts(void *priv, u8 tsid, const u8 *addr, in nl80211_add_ts()
11544 static int nl80211_del_ts(void *priv, u8 tsid, const u8 *addr) in nl80211_del_ts()