Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / ap / dfs.h
index a619c55..be8c0e6 100644 (file)
@@ -22,5 +22,9 @@ int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
                             int ht_enabled,
                             int chan_offset, int chan_width, int cf1, int cf2);
 int hostapd_is_dfs_required(struct hostapd_iface *iface);
+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);
 
 #endif /* DFS_H */