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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 78 static TI_STATUS setSupportedChannelsAccording2CountryIe(regulatoryDomain_t *pRegulatoryDomain, country_t* pCountry, BOOL band_2_4);
260 if (NULL == pParam->content.pCountry)
272 setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, bBand_2_4);
440 WLAN_REPORT_HEX_INFORMATION(pRegulatoryDomain->hReport, REGULATORY_DOMAIN_MODULE_LOG, (UINT8*)pParam->content.pCountry, sizeof(country_t));
442 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, TRUE);
446 return setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, FALSE);
585 pParam->content.pCountry = &pRegulatoryDomain->country24;
589 pParam->content.pCountry = NULL;
596 pParam->content.pCountry = &pRegulatoryDomain->country5;
600 pParam->content.pCountry = NULL
    [all...]
  /system/wlan/ti/wilink_6_1/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...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
templates.c 395 TCountry *pCountry = NULL;
514 pCountry = param.content.pCountry;
517 if(pCountry != NULL)
522 *pBuf = (TI_UINT8)(pCountry->len);
529 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
534 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3)
536 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber;
537 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel;
538 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels
    [all...]
mlmeParser.c 484 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
611 pParam->content.pCountry = (TCountry *)pHandle->tempFrameInfo.frame.content.iePacket.country;
    [all...]
siteMgr.c     [all...]
  /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 409 TCountry *pCountry = NULL;
537 pCountry = param.content.pCountry;
540 if(pCountry != NULL)
545 *pBuf = (TI_UINT8)(pCountry->len);
552 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
557 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3)
559 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber;
560 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel;
561 *(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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 407 if(param.content.pCountry != NULL)
412 *pBuf = (UINT8)param.content.pCountry->len;
415 os_memoryCopy(pSiteMgr->hOs, pBuf , &param.content.pCountry->countryIE, param.content.pCountry->len);
416 pBuf += param.content.pCountry->len;
417 size += param.content.pCountry->len;
siteMgr.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 698 TCountry* pCountry;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 684 TCountry* pCountry;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 762 country_t* pCountry;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]

Completed in 323 milliseconds