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

/system/netd/server/
H A DCommandListener.cpp88 SoftapController *CommandListener::sSoftapCtrl = NULL; member in class:CommandListener
194 if (!sSoftapCtrl)
195 sSoftapCtrl = new SoftapController();
735 if (sSoftapCtrl == NULL) {
746 rc = sSoftapCtrl->startSoftap();
748 rc = sSoftapCtrl->stopSoftap();
750 rc = sSoftapCtrl->fwReloadSoftap(argc, argv);
753 (sSoftapCtrl->isSoftapStarted() ? "is" : "is not"));
758 rc = sSoftapCtrl->setSoftap(argc, argv);
H A DCommandListener.h39 static SoftapController *sSoftapCtrl; member in class:CommandListener

Completed in 477 milliseconds