Home
last modified time | relevance | path

Searched refs:acs_res (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c727 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument
743 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()
757 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
759 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()
767 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()
770 if (acs_res->sec_channel == 0) in hostapd_acs_channel_selected()
772 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()
774 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()
787 if (acs_res->ch_width == 80) { in hostapd_acs_channel_selected()
789 acs_res->vht_seg0_center_ch; in hostapd_acs_channel_selected()
[all …]
Dhostapd.h590 struct acs_selected_channels *acs_res);