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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 271 /* Setting the CountryIE for every Band */
614 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, COUNTRY_STRING_LEN);
630 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, COUNTRY_STRING_LEN);
724 The function sets the local countryIE per band with the CountryIE
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 267 /* Setting the CountryIE for every Band */
554 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
567 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
717 The function sets the local countryIE per band with the CountryIE
752 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, (void *)&pRegulatoryDomain->country24.countryIE, sizeof(dot11_countryIE_t)))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 267 /* Setting the CountryIE for every Band */
554 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
567 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
720 The function sets the local countryIE per band with the CountryIE
755 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, (void *)&pRegulatoryDomain->country24.countryIE, sizeof(dot11_countryIE_t)))
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 250 dot11_countryIE_t countryIE; /**< Country IE (country string and tripple channel) */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 478 /* updating CountryIE */
605 /* updating CountryIE */
    [all...]
mlmeParser.h 133 dot11_COUNTRY_t *countryIE);
templates.c 552 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
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;
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 250 dot11_countryIE_t countryIE; /**< Country IE (country string and tripple channel) */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeParser.c 477 /* updating CountryIE */
604 /* updating CountryIE */
    [all...]
mlmeParser.h 133 dot11_COUNTRY_t *countryIE);
templates.c 529 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.h 144 dot11_COUNTRY_t *countryIE);
mlmeParser.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 593 dot11_countryIE_t countryIE;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
templates.c 415 os_memoryCopy(pSiteMgr->hOs, pBuf , &param.content.pCountry->countryIE, param.content.pCountry->len);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 544 countryIE_t countryIE;
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 594 dot11_countryIE_t countryIE;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 182 countryIE_t countryIE;
    [all...]

Completed in 229 milliseconds