Searched defs:tsid (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | wmm_ac.c | 78 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
|
D | wmm_ac.h | 123 int tsid; member
|
D | driver_i.h | 641 static inline int wpa_drv_add_ts(struct wpa_supplicant *wpa_s, u8 tsid, in wpa_drv_add_ts()
|
D | ctrl_iface.c | 1334 u8 tsid = atoi(cmd); in wmm_ac_ctrl_delts() local
|
/hostap-latest/tests/hwsim/ |
D | wpasupplicant.py | 1023 def add_ts(self, tsid, up, direction="downlink", expect_failure=False, argument 1057 def del_ts(self, tsid): argument
|
/hostap-latest/src/drivers/ |
D | driver_nl80211.c | 11511 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()
|