Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c162 struct wmm_ac_addts_request *addts_req = timeout_ctx; in wmm_ac_addts_req_timeout() local
166 wmm_ac_get_tsid(&addts_req->tspec), in wmm_ac_addts_req_timeout()
167 wmm_ac_get_user_priority(&addts_req->tspec)); in wmm_ac_addts_req_timeout()
267 struct wmm_ac_addts_request *addts_req; in wmm_ac_build_addts_req() local
272 addts_req = os_zalloc(sizeof(*addts_req)); in wmm_ac_build_addts_req()
273 if (!addts_req) in wmm_ac_build_addts_req()
276 tspec = &addts_req->tspec; in wmm_ac_build_addts_req()
277 os_memcpy(addts_req->address, address, ETH_ALEN); in wmm_ac_build_addts_req()
283 addts_req->dialog_token = wpa_s->wmm_ac_last_dialog_token; in wmm_ac_build_addts_req()
310 return addts_req; in wmm_ac_build_addts_req()
[all …]