Searched refs:countryinfo (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A D11d.c314 countryinfo,
339 lbs_dbg_hex("CountryInfo:", (u8 *) countryinfo, 30);
341 if ((*(countryinfo->countrycode)) == 0
342 || (countryinfo->len <= COUNTRY_CODE_LEN)) {
349 wlan_region_2_code(countryinfo->countrycode);
352 lbs_dbg_hex("CountryCode:", (char *)countryinfo->countrycode,
357 memcpy(parsed_region_chan->countrycode, countryinfo->countrycode,
360 nr_subband = (countryinfo->len - COUNTRY_CODE_LEN) /
365 if (countryinfo->subband[j].firstchan <= lastchan) {
368 countryinfo
313 parse_domain_info_11d(struct ieeetypes_countryinfofullset* countryinfo, u8 band, struct parsed_region_chan_11d * parsed_region_chan) argument
[all...]
H A Dscan.h168 struct ieeetypes_countryinfofullset countryinfo; member in struct:bss_descriptor
H A Dscan.c1087 memcpy(&bss->countryinfo,

Completed in 26 milliseconds