aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-06-20 18:42:45 +0000
committerJörg Mayer <jmayer@loplof.de>2012-06-20 18:42:45 +0000
commitd2b4825558d8c3f04be75a0c1277d3ec087ec5a4 (patch)
treee29aa11bf4cbb2ca5e7c146bd0a121bd45bdce95 /capture_sync.h
parent5f156576cbfb4ea45c65b20cb57b9cc6794d5547 (diff)
Comment back in the body of tb80211_do_set_channel to avoid warnings about
unused parameters. Add the missing functions by applying the skipped patches to capture_sync.[hc] svn path=/trunk/; revision=43414
Diffstat (limited to 'capture_sync.h')
-rw-r--r--capture_sync.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_sync.h b/capture_sync.h
index d38e2ddd77..cb146dab96 100644
--- a/capture_sync.h
+++ b/capture_sync.h
@@ -57,6 +57,12 @@ sync_pipe_stop(capture_options *capture_opts);
extern void
sync_pipe_kill(int fork_child);
+/** Set wireless channel using dumpcap */
+extern int
+sync_interface_set_80211_chan(gchar *iface, char *freq, gchar *type,
+ gchar **data, gchar **primary_msg,
+ gchar **secondary_msg);
+
/** Get an interface list using dumpcap */
extern int
sync_interface_list_open(gchar **data, gchar **primary_msg,