Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching defs:pParam

827     paramInfo_t	*pParam;
836 pParam = (paramInfo_t *)os_memoryAlloc(pMeasurementMgr->hOs, sizeof(paramInfo_t));
837 if (!pParam)
846 pParam->paramType = REGULATORY_DOMAIN_GET_SCAN_CAPABILITIES;
847 pParam->content.channelCapabilityReq.channelNum = pMeasurementMgr->measuredChannelID;
848 pParam->content.channelCapabilityReq.scanOption = ACTIVE_SCANNING;
853 pParam->content.channelCapabilityReq.band = RADIO_BAND_2_4_GHZ;
858 pParam->content.channelCapabilityReq.band = RADIO_BAND_5_0_GHZ;
861 regulatoryDomain_getParam(pMeasurementMgr->hRegulatoryDomain, pParam);
863 request.txPowerDbm = pParam->content.channelCapabilityRet.maxTxPowerDbm;
866 os_memoryFree(pMeasurementMgr->hOs, pParam, sizeof(paramInfo_t));