[libnma/lr/wireless-security] xpriv



commit e149d3bda5830b063d99aa445b453ea419fc3614
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Oct 30 12:23:22 2019 +0100

    xpriv

 src/nma-ws/nma-ws-private.h | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
---
diff --git a/src/nma-ws/nma-ws-private.h b/src/nma-ws/nma-ws-private.h
new file mode 100644
index 00000000..63bb97f2
--- /dev/null
+++ b/src/nma-ws/nma-ws-private.h
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Dan Williams <dcbw redhat com>
+ *
+ * Copyright 2007 - 2019 Red Hat, Inc.
+ */
+
+#ifndef NMA_WS_PRIVATE_H
+#define NMA_WS_PRIVATE_H
+
+typedef struct {
+       GTypeInterface parent;
+
+       void (*add_to_size_group) (NMAWs *self, GtkSizeGroup *group);
+       void (*fill_connection)   (NMAWs *self, NMConnection *connection);
+       void (*update_secrets)    (NMAWs *self, NMConnection *connection);
+       gboolean (*validate)      (NMAWs *self, GError **error);
+
+       gboolean adhoc_compatible;
+       gboolean hotspot_compatible;
+} NMAWsInterface;
+
+void nma_ws_changed_cb (GtkWidget *entry, gpointer user_data);
+
+void nma_ws_clear_ciphers (NMConnection *connection);
+
+#endif /* NMA_WS_PRIVATE_H */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]