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 acdc7e35a82d01c8572e2f17b965a1602095c10c..db4b5ce8ae661cd2ddd2fa4487099412e1ada85c 100644
(file)
--- a/
dhcpcd-gtk.h
+++ b/
dhcpcd-gtk.h
@@
-52,15
+52,18
@@
#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;
char *reason;
struct in_addr ip;
unsigned char cidr;
@@
-69,9
+72,8
@@
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);
-GSList *get_scan_results(const char *);
#endif
#endif