aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_gui_utils.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-30 06:34:31 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-30 06:34:31 +0000
commitff8422a3e4234141625de38b0999ff434715a3bd (patch)
treefb037fae95d048a96d7616f57b88463edbbdbead /gtk/airpcap_gui_utils.h
parentb8b14bf66a3fef1f360ad8236fa6fc8f0a688a43 (diff)
From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
which has an updated API for WEP key handling. svn path=/trunk/; revision=19736
Diffstat (limited to 'gtk/airpcap_gui_utils.h')
-rwxr-xr-xgtk/airpcap_gui_utils.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/airpcap_gui_utils.h b/gtk/airpcap_gui_utils.h
index c953c31209..ab01366ef4 100755
--- a/gtk/airpcap_gui_utils.h
+++ b/gtk/airpcap_gui_utils.h
@@ -81,6 +81,12 @@ void
airpcap_add_key_to_list(GtkWidget *keylist, gchar* type, gchar* key, gchar* ssid);
/*
+ * Takes the keys from the GtkList widget, and add them to the interface list
+ */
+void
+airpcap_add_keys_to_driver_from_list(GtkWidget *key_ls,airpcap_if_info_t *fake_if_info);
+
+/*
* Modify a key given a list and a row
*/
void
@@ -90,7 +96,7 @@ airpcap_modify_key_in_list(GtkWidget *keylist, gint row, gchar* type, gchar* key
* Fill the list with the keys
*/
void
-airpcap_fill_key_list(GtkWidget *keylist,airpcap_if_info_t* if_info);
+airpcap_fill_key_list(GtkWidget *keylist);
/*
* Function used to retrieve the AirpcapValidationType given the string name.