Searched refs:AddTSReq (Results 1 – 1 of 1) sorted by relevance
1038 tDot11fAddTSRequest AddTSReq; in lim_send_addts_req_action_frame() local1057 qdf_mem_zero((uint8_t *) &AddTSReq, sizeof(AddTSReq)); in lim_send_addts_req_action_frame()1059 AddTSReq.Action.action = QOS_ADD_TS_REQ; in lim_send_addts_req_action_frame()1060 AddTSReq.DialogToken.token = pAddTS->dialogToken; in lim_send_addts_req_action_frame()1061 AddTSReq.Category.category = ACTION_CATEGORY_QOS; in lim_send_addts_req_action_frame()1063 populate_dot11f_tspec(&pAddTS->tspec, &AddTSReq.TSPEC); in lim_send_addts_req_action_frame()1066 &AddTSReq.WMMTSPEC); in lim_send_addts_req_action_frame()1070 AddTSReq.num_WMMTCLAS = 0; in lim_send_addts_req_action_frame()1071 AddTSReq.num_TCLAS = pAddTS->numTclas; in lim_send_addts_req_action_frame()1074 &AddTSReq.TCLAS[i]); in lim_send_addts_req_action_frame()[all …]