diff options
author | San Mehat <san@google.com> | 2009-05-10 09:27:07 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-05-12 14:02:32 -0700 |
commit | 69772dc644e1ccc12b6394267f010100470f3c95 (patch) | |
tree | 687e8fa9015bb4dbd176a21553c16f2803e8cc9e /nexus/Supplicant.h | |
parent | d768066ef54270a0d3ccfccd50ae8238db5a2cdd (diff) | |
download | system_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.h | 1 |
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 |