Searched refs:countryIsoName (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcoid.c2429 u8_t zfiWlanSetCountryIsoName(zdev_t* dev, u8_t *countryIsoName, u8_t length) argument
2436 buf[2] = wd->ws.countryIsoName[0] = countryIsoName[2];
2437 buf[3] = wd->ws.countryIsoName[1] = countryIsoName[1];
2438 buf[4] = wd->ws.countryIsoName[2] = countryIsoName[0];
2442 buf[2] = wd->ws.countryIsoName[0] = countryIsoName[1];
2443 buf[3] = wd->ws.countryIsoName[
[all...]
H A Dcfunc.c512 wd->ws.countryIsoName[0] = isoName[0];
513 wd->ws.countryIsoName[1] = isoName[1];
514 wd->ws.countryIsoName[2] = '\0';
H A Dccmd.c203 wd->ws.countryIsoName[0] = 0;
204 wd->ws.countryIsoName[1] = 0;
205 wd->ws.countryIsoName[2] = '\0';
H A Dpub_zfi.h735 extern u8_t zfiWlanSetCountryIsoName(zdev_t* dev, u8_t *countryIsoName, u8_t length);
H A Dstruct.h373 u8_t countryIsoName[4]; member in struct:zsWrapperSetting
H A Dcfunc.h402 u16_t zfHpGetRegionCodeFromIsoName(zdev_t* dev, u8_t *countryIsoName);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c1875 u16_t zfHpGetRegionCodeFromIsoName(zdev_t *dev, u8_t *countryIsoName) argument
1884 if (zfMemoryIsEqual((u8_t *)allCountries[i].isoName, countryIsoName, 2)) {

Completed in 62 milliseconds