Searched refs:SoftapController (Results 1 – 5 of 5) sorted by relevance
46 SoftapController::SoftapController() { in SoftapController() function in SoftapController53 SoftapController::~SoftapController() { in ~SoftapController()58 int SoftapController::startSoftap() { in startSoftap()94 int SoftapController::stopSoftap() { in stopSoftap()115 bool SoftapController::isSoftapStarted() { in isSoftapStarted()129 int SoftapController::setSoftap(int argc, char *argv[]) { in setSoftap()207 void SoftapController::generatePsk(char *ssid, char *passphrase, char *psk_str) { in generatePsk()226 int SoftapController::fwReloadSoftap(int argc, char *argv[]) in fwReloadSoftap()262 int SoftapController::clientsSoftap(char **retbuf) in clientsSoftap()
29 class SoftapController {36 SoftapController();37 virtual ~SoftapController();
21 SoftapController.cpp \
38 static SoftapController *sSoftapCtrl;
49 SoftapController *CommandListener::sSoftapCtrl = NULL;149 sSoftapCtrl = new SoftapController(); in CommandListener()