Searched defs:cmd (Results 1 – 2 of 2) sorted by relevance
/openwifi/user_space/sdrctl_src/ |
H A D | sdrctl.h | 47 struct cmd { struct 51 const enum nl80211_commands cmd; member 65 const struct cmd *(*selector)(int argc, char **argv); argument 66 const struct cmd *parent; argument 90 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \ argument 92 #define COMMAND_ALIAS(section, name, args, cmd, flags, idby, handler, help, selector, alias)\ argument 94 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \ argument
|
H A D | sdrctl.c | 96 static void __usage_cmd(const struct cmd *cmd, char *indent, bool full) in __usage_cmd() 187 const struct cmd *section, *cmd; in usage() local 244 static void usage_cmd(const struct cmd *cmd) in usage_cmd() 301 const struct cmd *cmd, *match = NULL, *sectcmd; in __handle_cmd() local 501 const struct cmd *cmd = NULL; in main() local
|