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]
/
wpa.h
diff --git
a/wpa.h
b/wpa.h
index 0e0911f28d72e407f07b446103ec6e44c812b27c..b490aa2fef101b6650f21ebda829ced51b9b967c 100644
(file)
--- a/
wpa.h
+++ b/
wpa.h
@@
-27,6
+27,8
@@
#ifndef WPA_H
#define WPA_H
-gboolean wpa_configure(const char *ssid);
+#include "dhcpcd-gtk.h"
+
+gboolean wpa_configure(const struct if_ap *);
#endif