Home | History | Annotate | Download | only in netd

Lines Matching refs:sSoftapCtrl

49 SoftapController *CommandListener::sSoftapCtrl = NULL;
79 if (!sSoftapCtrl)
80 sSoftapCtrl = new SoftapController();
761 rc = sSoftapCtrl->startDriver(argv[2]);
763 rc = sSoftapCtrl->stopDriver(argv[2]);
765 rc = sSoftapCtrl->startSoftap();
767 rc = sSoftapCtrl->stopSoftap();
769 rc = sSoftapCtrl->fwReloadSoftap(argc, argv);
771 rc = sSoftapCtrl->clientsSoftap(&retbuf);
779 (sSoftapCtrl->isSoftapStarted() ? "started" : "stopped"));
784 rc = sSoftapCtrl->setSoftap(argc, argv);