Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h720 bool is_ch_switch_dfs; /* Channel switch from ACS to DFS */ member
Dhostapd.c2156 if (iface->conf->acs && !iface->is_ch_switch_dfs) { in setup_interface2()
2160 iface->is_ch_switch_dfs = false; in setup_interface2()
3228 hapd_iface->is_ch_switch_dfs = false; in hostapd_init()
/hostap-latest/hostapd/
Dctrl_iface.c2738 iface->is_ch_switch_dfs = true; in hostapd_ctrl_iface_chan_switch()