wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dfs.h
Go to the documentation of this file.
1 
5 #ifndef DFS_H
6 #define DFS_H
7 
8 int hostapd_handle_dfs(struct hostapd_iface *iface);
9 
10 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
11  int ht_enabled, int chan_offset, int chan_width,
12  int cf1, int cf2);
13 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq,
14  int ht_enabled,
15  int chan_offset, int chan_width,
16  int cf1, int cf2);
17 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq,
18  int ht_enabled,
19  int chan_offset, int chan_width, int cf1, int cf2);
20 int hostapd_is_dfs_required(struct hostapd_iface *iface);
21 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq,
22  int ht_enabled, int chan_offset, int chan_width,
23  int cf1, int cf2);
24 int hostapd_handle_dfs_offload(struct hostapd_iface *iface);
25 
26 #endif /* DFS_H */
hostapd per-interface data structure
Definition: hostapd.h:291