]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/dfs.h
DFS: Add new hostapd_is_dfs_overlap() helper
[thirdparty/hostap.git] / src / ap / dfs.h
index b73c4ece1704e74b89cc10ebe24c41450b37b41b..606c1b39399fa21441b600e92b31c9a0ee10f090 100644 (file)
@@ -30,5 +30,7 @@ int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
                          int ht_enabled, int chan_offset, int chan_width,
                          int cf1, int cf2);
 int hostapd_handle_dfs_offload(struct hostapd_iface *iface);
+int hostapd_is_dfs_overlap(struct hostapd_iface *iface, enum chan_width width,
+                          int center_freq);
 
 #endif /* DFS_H */