Searched refs:acs_res (Results 1 – 2 of 2) sorted by relevance
570 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument586 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()600 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()602 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()610 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()613 if (acs_res->sec_channel == 0) in hostapd_acs_channel_selected()615 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()617 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()630 if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()632 acs_res->vht_seg0_center_ch; in hostapd_acs_channel_selected()[all …]
506 struct acs_selected_channels *acs_res);