Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching refs:tParam

507 			TTwdParamInfo		tparam;
509 tparam.paramType = TWD_TX_POWER_PARAM_ID;
510 TWD_GetParam(pRegulatoryDomain->hTWD, &tparam);
512 pParam->content.desiredTxPower = tparam.content.halCtrlTxPowerDbm;
608 paramInfo_t *tParam;
612 tParam = (paramInfo_t *)os_memoryAlloc(pRegulatoryDomain->hOs, sizeof(paramInfo_t));
613 if (!tParam)
617 tParam->paramType = SITE_MGR_CURRENT_SSID_PARAM;
618 connStatus = siteMgr_getParam (pRegulatoryDomain->hSiteMgr, tParam);
619 os_memoryFree(pRegulatoryDomain->hOs, tParam, sizeof(paramInfo_t));