Searched refs:sSoftapCtrl (Results 1 - 2 of 2) sorted by relevance

/system/netd/
H A DCommandListener.h40 static SoftapController *sSoftapCtrl; member in class:CommandListener
H A DCommandListener.cpp47 SoftapController *CommandListener::sSoftapCtrl = NULL; member in class:CommandListener
157 if (!sSoftapCtrl)
158 sSoftapCtrl = new SoftapController();
901 if (sSoftapCtrl == NULL) {
912 rc = sSoftapCtrl->startSoftap();
914 rc = sSoftapCtrl->stopSoftap();
916 rc = sSoftapCtrl->fwReloadSoftap(argc, argv);
919 (sSoftapCtrl->isSoftapStarted() ? "is" : "is not"));
924 rc = sSoftapCtrl->setSoftap(argc, argv);

Completed in 168 milliseconds