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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
templates.c 413 TCountry *pCountry = NULL;
541 pCountry = param.content.pCountry;
544 if(pCountry != NULL)
549 *pBuf = (TI_UINT8)(pCountry->len);
556 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
561 for (i = 0, j = 0; j < (pCountry->len - DOT11_COUNTRY_STRING_LEN); i++, j+=3)
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
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 698 TCountry* pCountry;
    [all...]

Completed in 26 milliseconds