nexus: Initialize frequency in SupplicantAssociatingEvent constructor
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
0f48658d20
commit
bbe92c370a
|
@ -29,6 +29,7 @@ SupplicantAssociatingEvent::SupplicantAssociatingEvent(int level, char *event,
|
|||
|
||||
mBssid = NULL;
|
||||
mSsid = NULL;
|
||||
mFreq = -1;
|
||||
|
||||
// SSID 'default'
|
||||
// OR
|
||||
|
|
Loading…
Reference in New Issue