Home
last modified time | relevance | path

Searched refs:SoftapCmd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DCommandListener.h49 class SoftapCmd : public NetdCommand {
51 SoftapCmd();
52 virtual ~SoftapCmd() {} in ~SoftapCmd()
DCommandListener.cpp193 registerLockingCmd(new SoftapCmd()); in CommandListener()
751 CommandListener::SoftapCmd::SoftapCmd() : in SoftapCmd() function in CommandListener::SoftapCmd
755 int CommandListener::SoftapCmd::runCommand(SocketClient *cli, in runCommand()