Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_action_frame.c975 tpSirMacTpcReqActionFrame pTpcReqFrame; in __lim_process_tpc_request_frame() local
983 pTpcReqFrame = qdf_mem_malloc(sizeof(tSirMacTpcReqActionFrame)); in __lim_process_tpc_request_frame()
984 if (!pTpcReqFrame) in __lim_process_tpc_request_frame()
987 if (sir_convert_tpc_req_frame2_struct(mac, pBody, pTpcReqFrame, frameLen) != in __lim_process_tpc_request_frame()
993 pTpcReqFrame, in __lim_process_tpc_request_frame()
Dlim_send_management_frames.c4839 tpSirMacTpcReqActionFrame pTpcReqFrame, argument
4854 frm.DialogToken.token = pTpcReqFrame->actionHeader.dialogToken;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c6220 tpSirMacTpcReqActionFrame pTpcReqFrame,
6226 qdf_mem_zero((uint8_t *) pTpcReqFrame,
6241 pTpcReqFrame->actionHeader.category = req.Category.category;
6242 pTpcReqFrame->actionHeader.actionID = req.Action.action;
6243 pTpcReqFrame->actionHeader.dialogToken = req.DialogToken.token;
6245 pTpcReqFrame->type = DOT11F_EID_TPCREQUEST;
6246 pTpcReqFrame->length = 0;