Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1372 struct acs_selected_channels *acs_res) in hostapd_acs_channel_selected() argument
1379 if (acs_res->link_id != -1) { in hostapd_acs_channel_selected()
1380 hapd = hostapd_mld_get_link_bss(hapd, acs_res->link_id); in hostapd_acs_channel_selected()
1384 acs_res->link_id); in hostapd_acs_channel_selected()
1396 hapd->iface->freq = acs_res->pri_freq; in hostapd_acs_channel_selected()
1403 if (mode->mode == acs_res->hw_mode) { in hostapd_acs_channel_selected()
1423 if (!acs_res->pri_freq) { in hostapd_acs_channel_selected()
1431 acs_res->pri_freq, NULL, in hostapd_acs_channel_selected()
1437 acs_res->pri_freq); in hostapd_acs_channel_selected()
1445 if (acs_res->sec_freq == 0) in hostapd_acs_channel_selected()
[all …]
H A Dhostapd.h797 struct acs_selected_channels *acs_res);