OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSupplicant
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
WifiController.cpp
54
mSupplicant
= new Supplicant(this, this);
137
if (!
mSupplicant
->isStarted()) {
140
if (
mSupplicant
->start()) {
146
if (Controller::bindInterface(
mSupplicant
->getInterfaceName())) {
151
if (
mSupplicant
->refreshNetworkList())
214
if (
mSupplicant
->disconnect()) {
220
if (
mSupplicant
->stopDriver()) {
228
if (
mSupplicant
->startDriver()) {
235
mSupplicant
->triggerScan();
237
mSupplicant
->reconnect()
[
all
...]
WifiController.h
178
Supplicant *
mSupplicant
;
247
Supplicant *getSupplicant() { return
mSupplicant
; }
Completed in 36 milliseconds