HomeSort by relevance Sort by last modified time
    Searched refs:sSoftapCtrl (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
CommandListener.h 39 static SoftapController *sSoftapCtrl;
CommandListener.cpp 88 SoftapController *CommandListener::sSoftapCtrl = NULL;
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);
    [all...]

Completed in 483 milliseconds