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
155 if (!sSoftapCtrl)
156 sSoftapCtrl = new SoftapController();
899 if (sSoftapCtrl == NULL) {
910 rc = sSoftapCtrl->startSoftap();
912 rc = sSoftapCtrl->stopSoftap();
914 rc = sSoftapCtrl->fwReloadSoftap(argc, argv);
917 (sSoftapCtrl->isSoftapStarted() ? "is" : "is not"));
922 rc = sSoftapCtrl->setSoftap(argc, argv);

Completed in 64 milliseconds