Searched refs:countryinfo (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/libertas/ |
D | 11d.c | 306 countryinfo, in parse_domain_info_11d() 331 lbs_deb_hex(LBS_DEB_11D, "countryinfo", (u8 *) countryinfo, 30); in parse_domain_info_11d() 333 if ((*(countryinfo->countrycode)) == 0 in parse_domain_info_11d() 334 || (countryinfo->len <= COUNTRY_CODE_LEN)) { in parse_domain_info_11d() 341 lbs_region_2_code(countryinfo->countrycode); in parse_domain_info_11d() 344 lbs_deb_hex(LBS_DEB_11D, "countrycode", (char *)countryinfo->countrycode, in parse_domain_info_11d() 349 memcpy(parsed_region_chan->countrycode, countryinfo->countrycode, in parse_domain_info_11d() 352 nr_subband = (countryinfo->len - COUNTRY_CODE_LEN) / in parse_domain_info_11d() 357 if (countryinfo->subband[j].firstchan <= lastchan) { in parse_domain_info_11d() 360 countryinfo->subband[j].firstchan, lastchan); in parse_domain_info_11d() [all …]
|
D | dev.h | 354 struct ieeetypes_countryinfofullset countryinfo; member
|
D | scan.c | 659 memcpy(&bss->countryinfo, pcountryinfo, pcountryinfo->len + 2); in lbs_process_bss()
|