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

/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c117 pWlanParams->Aid = pParamInfo->content.halCtrlAid;
120 if (cmdBld_CfgAid (pTWD->hCmdBld, pParamInfo->content.halCtrlAid, NULL, NULL) != TI_OK)
H A DTWDriver.h2421 TI_UINT16 halCtrlAid; /**< */ member in union:__anon1391
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dtemplates.c519 pBuffer->hdr.AID = whalParam.content.halCtrlAid | 0xC000;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h609 UINT16 halCtrlAid; member in union:__anon738
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A Dtemplates.c645 pBuffer->hdr.AID = tTwdParam.content.halCtrlAid | 0xC000;
H A DassocSM.c492 tTwdParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c2015 if (cmdBld_GetCurrentAssociationId (hCmdBld, &pParamInfo->content.halCtrlAid) != TI_OK)
2018 TRACE1(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , " AID 2 %d\n", pParamInfo->content.halCtrlAid);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c760 pWlanParams->Aid = pParamInfo->content.halCtrlAid;
763 if (whal_hwCtrl_AidSet (pWhalCtrl->pHwCtrl, pParamInfo->content.halCtrlAid) != OK)
1094 &(pParamInfo->content.halCtrlAid)) != OK)
1098 (" AID 2 %d\n", pParamInfo->content.halCtrlAid));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c531 whalParam.content.halCtrlAid = pFrame->content.assocRsp.aid;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c3342 pFrame->AID = whalParam.content.halCtrlAid | 0xC000;
3344 (" AID 4 = %d \n", (whalParam.content.halCtrlAid | 0xC000)));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c1510 aid = whalParam.content.halCtrlAid;

Completed in 150 milliseconds