HomeSort by relevance Sort by last modified time
    Searched refs:pCountry (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 86 static TI_STATUS setSupportedChannelsAccording2CountryIe(regulatoryDomain_t *pRegulatoryDomain, TCountry* pCountry, TI_BOOL band_2_4);
257 if (NULL == pParam->content.pCountry)
268 setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, bBand_2_4);
404 TRACE_INFO_HEX(pRegulatoryDomain->hReport, (TI_UINT8*)pParam->content.pCountry, sizeof(TCountry));
406 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_TRUE);
410 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_FALSE);
528 pParam->content.pCountry = &pRegulatoryDomain->country24;
532 pParam->content.pCountry = NULL;
539 pParam->content.pCountry = &pRegulatoryDomain->country5;
543 pParam->content.pCountry = NULL
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 413 TCountry *pCountry = NULL;
541 pCountry = param.content.pCountry;
544 if(pCountry != NULL)
549 *pBuf = (TI_UINT8)(pCountry->len);
556 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
561 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3)
563 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber;
564 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel;
565 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels
    [all...]
mlmeParser.c 485 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
612 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
    [all...]
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 698 TCountry* pCountry;
    [all...]

Completed in 73 milliseconds