Searched refs:addts_req (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c162 struct wmm_ac_addts_request *addts_req = timeout_ctx; local
166 wmm_ac_get_tsid(&addts_req->tspec),
167 wmm_ac_get_user_priority(&addts_req->tspec));
267 struct wmm_ac_addts_request *addts_req; local
272 addts_req = os_zalloc(sizeof(*addts_req));
273 if (!addts_req)
276 tspec = &addts_req->tspec;
277 os_memcpy(addts_req->address, address, ETH_ALEN);
283 addts_req
580 struct wmm_ac_addts_request *addts_req; local
[all...]

Completed in 59 milliseconds