Searched refs:acs_res (Results 1 – 4 of 4) sorted by relevance
1057 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument1069 hapd->iface->freq = acs_res->pri_freq; in hostapd_acs_channel_selected()1076 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()1096 if (!acs_res->pri_freq) { in hostapd_acs_channel_selected()1104 acs_res->pri_freq, NULL, in hostapd_acs_channel_selected()1110 acs_res->pri_freq); in hostapd_acs_channel_selected()1118 if (acs_res->sec_freq == 0) in hostapd_acs_channel_selected()1120 else if (acs_res->sec_freq < acs_res->pri_freq) in hostapd_acs_channel_selected()1122 else if (acs_res->sec_freq > acs_res->pri_freq) in hostapd_acs_channel_selected()1130 hapd->iconf->edmg_channel = acs_res->edmg_channel; in hostapd_acs_channel_selected()[all …]
678 struct acs_selected_channels *acs_res);
921 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument937 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()951 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()953 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()961 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()964 if (acs_res->sec_channel == 0) in hostapd_acs_channel_selected()966 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()968 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()981 if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()983 hapd->iconf, acs_res->vht_seg0_center_ch); in hostapd_acs_channel_selected()[all …]
641 struct acs_selected_channels *acs_res);