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 f3b42f2eb8dbcaab31a635b3e86ad5d54244f9e8..db4b5ce8ae661cd2ddd2fa4487099412e1ada85c 100644
(file)
--- a/
dhcpcd-gtk.h
+++ b/
dhcpcd-gtk.h
@@
-52,6
+52,7
@@
#endif
struct if_ap {
#endif
struct if_ap {
+ char *ifname;
char *bssid;
int frequency;
int quality;
char *bssid;
int frequency;
int quality;
@@
-62,7
+63,7
@@
struct if_ap {
};
struct if_msg {
};
struct if_msg {
- char *name;
+ char *
if
name;
char *reason;
struct in_addr ip;
unsigned char cidr;
char *reason;
struct in_addr ip;
unsigned char cidr;
@@
-71,7
+72,7
@@
struct if_msg {
GSList *scan_results;
};
GSList *scan_results;
};
-extern DBusGProxy *dus;
+extern DBusGProxy *d
b
us;
extern GList *interfaces;
void notify_close(void);
extern GList *interfaces;
void notify_close(void);