Home
last modified time | relevance | path

Searched refs:is_ch_switch_dfs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h713 bool is_ch_switch_dfs; /* Channel switch from ACS to DFS */ member
H A Dhostapd.c2167 if (iface->conf->acs && !iface->is_ch_switch_dfs) { in setup_interface2()
2171 iface->is_ch_switch_dfs = false; in setup_interface2()
3235 hapd_iface->is_ch_switch_dfs = false; in hostapd_init()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2733 iface->is_ch_switch_dfs = true; in hostapd_ctrl_iface_chan_switch()