OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSsid
(Results
1 - 7
of
7
) sorted by null
/system/core/nexus/
SupplicantAssociatingEvent.h
33
const char *
getSsid
() { return mSsid; }
SupplicantStatus.h
38
const char *
getSsid
() { return mSsid; }
ScanResult.h
44
const char *
getSsid
() { return mSsid; }
CommandListener.cpp
105
(*it)->getFlags(), (*it)->
getSsid
());
130
sprintf(buffer, "%d:%s", (*it)->getNetworkId(), (*it)->
getSsid
());
WifiNetwork.h
313
const char *
getSsid
() { return mSsid; }
WifiController.cpp
431
(evt->
getSsid
() ? evt->
getSsid
() : "n/a"),
WifiNetwork.cpp
697
mWn->
getSsid
() ? mWn->
getSsid
() : "none",
Completed in 232 milliseconds