summaryrefslogtreecommitdiffstats
path: root/nexus/Supplicant.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-05-10 09:27:07 -0700
committerSan Mehat <san@google.com>2009-05-12 14:02:32 -0700
commit69772dc644e1ccc12b6394267f010100470f3c95 (patch)
tree687e8fa9015bb4dbd176a21553c16f2803e8cc9e /nexus/Supplicant.h
parentd768066ef54270a0d3ccfccd50ae8238db5a2cdd (diff)
downloadsystem_core-69772dc644e1ccc12b6394267f010100470f3c95.zip
system_core-69772dc644e1ccc12b6394267f010100470f3c95.tar.gz
system_core-69772dc644e1ccc12b6394267f010100470f3c95.tar.bz2
nexus: Move to a line based protocol (similar to FTP) + fix bugs
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus/Supplicant.h')
-rw-r--r--nexus/Supplicant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/Supplicant.h b/nexus/Supplicant.h
index 2a25ea2..3a79623 100644
--- a/nexus/Supplicant.h
+++ b/nexus/Supplicant.h
@@ -67,6 +67,7 @@ public:
private:
int connectToSupplicant();
int sendCommand(const char *cmd, char *reply, size_t *reply_len);
+ int setupConfig();
};
#endif