Searched refs:countryInfo (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c1795 u8_t zfHpGetRegulationTablefromISO(zdev_t *dev, u8_t *countryInfo, u8_t length) argument
1806 if (countryInfo[4] != 0x20) {
1813 if (zfMemoryIsEqual((u8_t *)allCountries[i].isoName, (u8_t *)&countryInfo[2], length-1)) {
1822 while (index < (countryInfo[1]+2)) {
1823 if (countryInfo[index] <= 14) {
1825 ch = countryInfo[index];
1831 ch = countryInfo[index] + countryInfo[index + 1] - 1;
1838 ch = countryInfo[index];
1844 ch = countryInfo[inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dpub_zfi.h252 u8_t countryInfo[ZM_MAX_COUNTRY_INFO_SIZE + 2]; member in struct:zsBssInfo
H A Dcfunc.h400 u8_t zfHpGetRegulationTablefromISO(zdev_t* dev, u8_t *countryInfo, u8_t length);
H A Dcmmsta.c1622 zfCopyFromRxBuffer(dev, buf, pBssInfo->countryInfo, offset, length+2);
1626 zfHpGetRegulationTablefromISO(dev, (u8_t *)&pBssInfo->countryInfo, 3);

Completed in 77 milliseconds