Home
last modified time | relevance | path

Searched refs:SoftapController (Results 1 – 5 of 5) sorted by relevance

/system/netd/
DSoftapController.cpp46 SoftapController::SoftapController() { in SoftapController() function in SoftapController
53 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()
DSoftapController.h29 class SoftapController {
36 SoftapController();
37 virtual ~SoftapController();
DAndroid.mk21 SoftapController.cpp \
DCommandListener.h38 static SoftapController *sSoftapCtrl;
DCommandListener.cpp49 SoftapController *CommandListener::sSoftapCtrl = NULL;
149 sSoftapCtrl = new SoftapController(); in CommandListener()