Searched refs:tspecs (Results 1 – 2 of 2) sorted by relevance
82 if (wpa_s->tspecs[ac][idx]) { in wmm_ac_add_ts()109 wpa_s->tspecs[ac][idx] = _tspec; in wmm_ac_add_ts()124 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()140 os_free(wpa_s->tspecs[ac][dir]); in wmm_ac_del_ts_idx()141 wpa_s->tspecs[ac][dir] = NULL; in wmm_ac_del_ts_idx()252 if (wpa_s->tspecs[ac][idx] && in wmm_ac_find_tsid()253 wmm_ac_get_tsid(wpa_s->tspecs[ac][idx]) == tsid) { in wmm_ac_find_tsid()351 if (wpa_s->tspecs[ac][idx]) in wmm_ac_should_replace_ts()487 os_memset(wpa_s->tspecs, 0, sizeof(wpa_s->tspecs)); in wmm_ac_init()575 tspec = *wpa_s->tspecs[ac][dir]; in wpas_wmm_ac_delts()[all …]
975 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT]; member