#endif
struct if_ap {
+ char *ifname;
char *bssid;
int frequency;
int quality;
};
struct if_msg {
- char *name;
+ char *ifname;
char *reason;
struct in_addr ip;
unsigned char cidr;
GSList *scan_results;
};
-extern DBusGProxy *dus;
+extern DBusGProxy *dbus;
extern GList *interfaces;
void notify_close(void);