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

  /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 556 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
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;
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 594 dot11_countryIE_t countryIE;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 408 milliseconds