Lines Matching defs:usage
52 static void usage(void)
57 "usage: hostapd_cli [-p<path>] [-i<ifname>] [-hvB] "
62 " -h help (show this usage text)\n"
1169 "usage: <cs_count> <freq> [sec_channel_offset=] "
1231 "usage: <vendor id> <command id> [<hex formatted command argument>]\n");
1515 const char *usage;
1584 "= show this usage help" },
1695 * Prints command usage, lines are padded with the specified string.
1703 if (cmd->usage == NULL)
1706 for (n = 0; (c = cmd->usage[n]); n++) {
1894 if (!hostapd_cli_commands[i].usage)
1897 printf("\r%s\n", hostapd_cli_commands[i].usage);
2033 usage();
2052 usage();