Home
last modified time | relevance | path

Searched refs:print_help (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/hostapd/
Dhostapd_cli.c45 static void print_help(FILE *stream, const char *cmd);
78 print_help(stderr, NULL); in usage()
808 print_help(stdout, argc > 0 ? argv[0] : NULL); in hostapd_cli_cmd_help()
1910 static void print_help(FILE *stream, const char *cmd) in print_help() function
/hostap-latest/wlantest/
Dwlantest_cli.c18 static void print_help(FILE *stream, const char *cmd);
1557 print_help(stdout, argc > 0 ? argv[0] : NULL); in wlantest_cli_cmd_help()
1661 static void print_help(FILE *stream, const char *cmd) in print_help() function
/hostap-latest/wpa_supplicant/
Dwpa_cli.c74 static void print_help(const char *cmd);
103 print_help(NULL); in usage()
437 print_help(argc > 0 ? argv[0] : NULL); in wpa_cli_cmd_help()
4123 static void print_help(const char *cmd) in print_help() function