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();
750 if (sSoftapCtrl == NULL) {
761 rc = sSoftapCtrl->startSoftap();
763 rc = sSoftapCtrl->stopSoftap();
765 rc = sSoftapCtrl->fwReloadSoftap(argc, argv);
768 (sSoftapCtrl->isSoftapStarted() ? "is" : "is not"));
773 rc = sSoftapCtrl->setSoftap(argc, argv);
H A DCommandListener.h39 static SoftapController *sSoftapCtrl; member in class:CommandListener

Completed in 70 milliseconds