Searched refs:subCommand (Results 1 – 1 of 1) sorted by relevance
81 std::string subCommand(args, divider); in onCommand() local82 if (subCommand.empty()) { in onCommand()90 subCommand.c_str()); in onCommand()93 if (subCommand == "add") { in onCommand()95 } else if (subCommand == "block") { in onCommand()97 } else if (subCommand == "unblock") { in onCommand()100 return Result::error("Unknown wifi command '%s'", subCommand.c_str()); in onCommand()