Searched refs:is_dfs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | drv_callbacks.c | 1127 int channel, chwidth, is_dfs0, is_dfs; in hostapd_event_ch_switch() local 1285 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch() 1293 cf1, cf2, is_dfs0, is_dfs, punct_bitmap); in hostapd_event_ch_switch() 1303 "freq=%d dfs=%d", freq, is_dfs); in hostapd_event_ch_switch() 1314 "freq=%d dfs=%d", freq, is_dfs); in hostapd_event_ch_switch() 1315 } else if (is_dfs && in hostapd_event_ch_switch()
|