Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
We finally work with PSK/WEPKEY_0 entry and we now save our config.
[dhcpcd-ui]
/
dhcpcd-gtk.h
diff --git
a/dhcpcd-gtk.h
b/dhcpcd-gtk.h
index 326acbbd37df2875212e24814d6bcc15dae88b33..db4b5ce8ae661cd2ddd2fa4487099412e1ada85c 100644
(file)
--- a/
dhcpcd-gtk.h
+++ b/
dhcpcd-gtk.h
@@
-30,7
+30,10
@@
#include <arpa/inet.h>
#include <dbus/dbus-glib.h>
#include <arpa/inet.h>
#include <dbus/dbus-glib.h>
+#include <glib.h>
+#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gtk/gtk.h>
+#include <libintl.h>
#include "config.h"
#include "config.h"
@@
-49,24
+52,27
@@
#endif
struct if_ap {
#endif
struct if_ap {
+ char *ifname;
char *bssid;
char *bssid;
- int freq;
+ int frequency;
+ int quality;
+ int noise;
int level;
char *flags;
char *ssid;
};
struct if_msg {
int level;
char *flags;
char *ssid;
};
struct if_msg {
- char *name;
+ char *
if
name;
char *reason;
struct in_addr ip;
unsigned char cidr;
gboolean wireless;
char *ssid;
char *reason;
struct in_addr ip;
unsigned char cidr;
gboolean wireless;
char *ssid;
- GList *scan_results;
+ G
S
List *scan_results;
};
};
-extern DBusGProxy *dus;
+extern DBusGProxy *d
b
us;
extern GList *interfaces;
void notify_close(void);
extern GList *interfaces;
void notify_close(void);