Searched refs:region_chan (Results 1 – 1 of 1) sorted by relevance
283 region_chan_t *region_chan, in wlan_11d_generate_parsed_region_chan() argument292 if (region_chan == MNULL) in wlan_11d_generate_parsed_region_chan()300 cfp = region_chan->pcfp; in wlan_11d_generate_parsed_region_chan()309 for (i = 0; i < region_chan->num_cfp; i++) in wlan_11d_generate_parsed_region_chan()312 parsed_region_chan->chan_pwr[i].band = (t_u8)region_chan->band; in wlan_11d_generate_parsed_region_chan()318 parsed_region_chan->no_of_chan = region_chan->num_cfp; in wlan_11d_generate_parsed_region_chan()530 parsed_region_chan_11d_t region_chan; in wlan_11d_process_country_info() local536 (void)__memset(pmadapter, ®ion_chan, 0, sizeof(parsed_region_chan_11d_t)); in wlan_11d_process_country_info()539 …an_11d_parse_domain_info(pmadapter, &pbss_desc->country_info, pbss_desc->bss_band, ®ion_chan) != in wlan_11d_process_country_info()552 for (i = 0; (i < region_chan.no_of_chan && i < MAX_NO_OF_CHAN); i++) in wlan_11d_process_country_info()[all …]