Searched refs:tspecs (Results 1 – 2 of 2) sorted by relevance
82 if (wpa_s->tspecs[ac][idx]) { in wmm_ac_add_ts()106 wpa_s->tspecs[ac][idx] = _tspec; in wmm_ac_add_ts()121 struct wmm_tspec_element *tspec = wpa_s->tspecs[ac][dir]; in wmm_ac_del_ts_idx()137 os_free(wpa_s->tspecs[ac][dir]); in wmm_ac_del_ts_idx()138 wpa_s->tspecs[ac][dir] = NULL; in wmm_ac_del_ts_idx()249 if (wpa_s->tspecs[ac][idx] && in wmm_ac_find_tsid()250 wmm_ac_get_tsid(wpa_s->tspecs[ac][idx]) == tsid) { in wmm_ac_find_tsid()348 if (wpa_s->tspecs[ac][idx]) in wmm_ac_should_replace_ts()484 os_memset(wpa_s->tspecs, 0, sizeof(wpa_s->tspecs)); in wmm_ac_init()572 tspec = *wpa_s->tspecs[ac][dir]; in wpas_wmm_ac_delts()[all …]
1092 struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT]; member