[RFC PATCH 2/5] DFS: rename and export hostapd_config_dfs_chan_available helper

Sergey Matyukevich <[email protected]>
Newsgroups gmane.linux.drivers.hostap
Message-ID <[email protected]>
Rename DFS helper hostapd_config_dfs_chan_available to
hostapd_is_dfs_chan_available. Enable access to this
helper function from other hostapd components.

Signed-off-by: Sergey Matyukevich <[email protected]>
---
 src/ap/dfs.c | 4 ++--
 src/ap/dfs.h | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/ap/dfs.c b/src/ap/dfs.c
index f70ecc946..f5c6722b4 100644
--- a/src/ap/dfs.c
+++ b/src/ap/dfs.c
@@ -773,7 +773,7 @@ int hostapd_handle_dfs(struct hostapd_iface *iface)
 }
 
 
-static int hostapd_config_dfs_chan_available(struct hostapd_iface *iface)
+int hostapd_is_dfs_chan_available(struct hostapd_iface *iface)
 {
 	int n_chans, n_chans1, start_chan_idx, start_chan_idx1;
 
@@ -821,7 +821,7 @@ int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq,
 			 * another radio.
 			 */
 			if (iface->state != HAPD_IFACE_ENABLED &&
-			    hostapd_config_dfs_chan_available(iface)) {
+			    hostapd_is_dfs_chan_available(iface)) {
 				hostapd_setup_interface_complete(iface, 0);
 				iface->cac_started = 0;
 			}
diff --git a/src/ap/dfs.h b/src/ap/dfs.h
index f0fa6f688..b73c4ece1 100644
--- a/src/ap/dfs.h
+++ b/src/ap/dfs.h
@@ -25,6 +25,7 @@ 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_is_dfs_chan_available(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);
-- 
2.11.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.