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

  /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...]
  /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...]
  /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...]

Completed in 17 milliseconds