Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching defs:pParam

830     paramInfo_t	*pParam;
839 pParam = (paramInfo_t *)os_memoryAlloc(pMeasurementMgr->hOs, sizeof(paramInfo_t));
840 if (!pParam)
851 pParam->paramType = REGULATORY_DOMAIN_GET_SCAN_CAPABILITIES;
852 pParam->content.channelCapabilityReq.channelNum = pMeasurementMgr->measuredChannelID;
853 pParam->content.channelCapabilityReq.scanOption = ACTIVE_SCANNING;
858 pParam->content.channelCapabilityReq.band = RADIO_BAND_2_4_GHZ;
863 pParam->content.channelCapabilityReq.band = RADIO_BAND_5_0_GHZ;
866 regulatoryDomain_getParam(pMeasurementMgr->hRegulatoryDomain, pParam);
868 request.txPowerDbm = pParam->content.channelCapabilityRet.maxTxPowerDbm;
871 os_memoryFree(pMeasurementMgr->hOs, pParam, sizeof(paramInfo_t));