commit | 1441e769b2767e212a3d905bee2fd3535b484ff2 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Thu May 07 11:37:10 2009 -0700 |
committer | San Mehat <san@google.com> | Sat May 09 10:33:18 2009 -0700 |
tree | 726f46620c2e9c4063ed9ecdd7e0cafcb6b6005e | |
parent | b3779558dcfbe99f0b9c1ef796e3728edad25672 [diff] [blame] |
nexus: Implement wifi scanner and fix a lot of bugs Signed-off-by: San Mehat <san@google.com>
diff --git a/nexus/ScanResult.h b/nexus/ScanResult.h index 79b2b65..f70a1a9 100644 --- a/nexus/ScanResult.h +++ b/nexus/ScanResult.h
@@ -38,6 +38,7 @@ const char *getBssid() { return mBssid; } uint32_t getFreq() { return mFreq; } + int getLevel() { return mLevel; } const char *getFlags() { return mFlags; } const char *getSsid() { return mSsid; } };