Searched refs:pCountry (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | regulatoryDomain.c | 86 …elsAccording2CountryIe(regulatoryDomain_t *pRegulatoryDomain, TCountry* pCountry, TI_BOOL band_2_4… 257 if (NULL == pParam->content.pCountry) in regulatoryDomain_setParam() 268 … setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, bBand_2_4); in regulatoryDomain_setParam() 404 … TRACE_INFO_HEX(pRegulatoryDomain->hReport, (TI_UINT8*)pParam->content.pCountry, sizeof(TCountry)); in regulatoryDomain_setParam() 406 …return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_TRU… in regulatoryDomain_setParam() 410 …return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TI_FAL… in regulatoryDomain_setParam() 528 pParam->content.pCountry = &pRegulatoryDomain->country24; in regulatoryDomain_getParam() 532 pParam->content.pCountry = NULL; in regulatoryDomain_getParam() 539 pParam->content.pCountry = &pRegulatoryDomain->country5; in regulatoryDomain_getParam() 543 pParam->content.pCountry = NULL; in regulatoryDomain_getParam() [all …]
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
D | templates.c | 409 TCountry *pCountry = NULL; in buildProbeRspTemplate() local 537 pCountry = param.content.pCountry; in buildProbeRspTemplate() 540 if(pCountry != NULL) in buildProbeRspTemplate() 545 *pBuf = (TI_UINT8)(pCountry->len); in buildProbeRspTemplate() 552 … os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN); in buildProbeRspTemplate() 557 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3) in buildProbeRspTemplate() 559 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber; in buildProbeRspTemplate() 560 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel; in buildProbeRspTemplate() 561 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels; in buildProbeRspTemplate() 564 pBuf += (pCountry->len - DOT11_COUNTRY_STRING_LEN); in buildProbeRspTemplate() [all …]
|
D | mlmeParser.c | 485 … pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country; in mlmeParser_recv() 612 … pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country; in mlmeParser_recv()
|
D | siteMgr.c | 2184 param.content.pCountry = (TCountry *)pFrameInfo->content.iePacket.country; in updateSiteInfo() 2362 param.content.pCountry = (TCountry *)pFrameInfo->content.iePacket.country; in updateSiteInfo()
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | paramOut.h | 698 TCountry* pCountry; member
|