Searched refs:_tspec (Results 1 – 1 of 1) sorted by relevance
72 struct wmm_tspec_element *_tspec; in wmm_ac_add_ts() local90 _tspec = os_malloc(sizeof(*_tspec)); in wmm_ac_add_ts()91 if (!_tspec) in wmm_ac_add_ts()95 os_memcpy(_tspec, tspec, sizeof(*_tspec)); in wmm_ac_add_ts()104 os_free(_tspec); in wmm_ac_add_ts()109 wpa_s->tspecs[ac][idx] = _tspec; in wmm_ac_add_ts()