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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 556 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
557 pBuf += DOT11_COUNTRY_STRING_LEN;
558 size += DOT11_COUNTRY_STRING_LEN;
561 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3)
568 pBuf += (pCountry->len - DOT11_COUNTRY_STRING_LEN);
569 size += (pCountry->len - DOT11_COUNTRY_STRING_LEN);
mlmeParser.c     [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 52 #define DOT11_COUNTRY_STRING_LEN 3
583 TI_UINT8 CountryString[DOT11_COUNTRY_STRING_LEN];
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 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);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]

Completed in 122 milliseconds