Home
last modified time | relevance | path

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

/drivers/net/wireless/libertas/
D11d.c306 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 …]
Ddev.h354 struct ieeetypes_countryinfofullset countryinfo; member
Dscan.c659 memcpy(&bss->countryinfo, pcountryinfo, pcountryinfo->len + 2); in lbs_process_bss()