Searched refs:acs_res (Results 1 – 2 of 2) sorted by relevance
576 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument592 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()606 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()608 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()616 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()619 if (acs_res->sec_channel == 0) in hostapd_acs_channel_selected()621 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()623 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()636 if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()638 acs_res->vht_seg0_center_ch; in hostapd_acs_channel_selected()[all …]
530 struct acs_selected_channels *acs_res);