Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:pCountry

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;
568 pBuf += (pCountry->len - DOT11_COUNTRY_STRING_LEN);
569 size += (pCountry->len - DOT11_COUNTRY_STRING_LEN);