diff options
author | San Mehat <san@google.com> | 2009-05-07 11:37:10 -0700 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-05-09 10:33:18 -0700 |
commit | 1441e769b2767e212a3d905bee2fd3535b484ff2 (patch) | |
tree | 726f46620c2e9c4063ed9ecdd7e0cafcb6b6005e /nexus/Supplicant.h | |
parent | b3779558dcfbe99f0b9c1ef796e3728edad25672 (diff) | |
download | system_core-1441e769b2767e212a3d905bee2fd3535b484ff2.zip system_core-1441e769b2767e212a3d905bee2fd3535b484ff2.tar.gz system_core-1441e769b2767e212a3d905bee2fd3535b484ff2.tar.bz2 |
nexus: Implement wifi scanner and fix a lot of bugs
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus/Supplicant.h')
-rw-r--r-- | nexus/Supplicant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/Supplicant.h b/nexus/Supplicant.h index 46a9e86..2a25ea2 100644 --- a/nexus/Supplicant.h +++ b/nexus/Supplicant.h @@ -46,7 +46,7 @@ public: int getState() { return mState; } - const ScanResultCollection *getLatestScanResults(); + ScanResultCollection *createLatestScanResults(); // XXX: Extract these into an interface public: |