Searched refs:acs_res (Results 1 – 2 of 2) sorted by relevance
897 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument913 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()927 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()929 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()937 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()940 if (acs_res->sec_channel == 0) in hostapd_acs_channel_selected()942 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()944 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()957 if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()959 acs_res->vht_seg0_center_ch; in hostapd_acs_channel_selected()[all …]
616 struct acs_selected_channels *acs_res);