diff options
| author | San Mehat <san@google.com> | 2009-06-16 10:51:14 -0700 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-06-16 10:51:14 -0700 |
| commit | bbe92c370a614316d6320e8030b266f20b4fee0e (patch) | |
| tree | 48b4d4a1d8655528fb739c1597aa97573e32ceba /nexus | |
| parent | 0f48658d2052560141448dc8f90adbbb0879bc0d (diff) | |
| download | system_core-bbe92c370a614316d6320e8030b266f20b4fee0e.zip system_core-bbe92c370a614316d6320e8030b266f20b4fee0e.tar.gz system_core-bbe92c370a614316d6320e8030b266f20b4fee0e.tar.bz2 | |
nexus: Initialize frequency in SupplicantAssociatingEvent constructor
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus')
| -rw-r--r-- | nexus/SupplicantAssociatingEvent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nexus/SupplicantAssociatingEvent.cpp b/nexus/SupplicantAssociatingEvent.cpp index 00a85b6..c6e9fe3 100644 --- a/nexus/SupplicantAssociatingEvent.cpp +++ b/nexus/SupplicantAssociatingEvent.cpp @@ -29,6 +29,7 @@ SupplicantAssociatingEvent::SupplicantAssociatingEvent(int level, char *event, mBssid = NULL; mSsid = NULL; + mFreq = -1; // SSID 'default' // OR |
