Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddrv_callbacks.c1057 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument
1069 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 …]
Dhostapd.h678 struct acs_selected_channels *acs_res);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddrv_callbacks.c921 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument
937 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 …]
Dhostapd.h641 struct acs_selected_channels *acs_res);