From 1c79cdff2076024b3dafb51f3363d664be70585e Mon Sep 17 00:00:00 2001 From: Anirban Sirkhell Date: Fri, 24 Aug 2012 19:02:56 +0300 Subject: [PATCH] Add wps_cancel to hostapd_cli help text Commit 4c374cde2f0b789d5aa1180667173358b71d492c added a new wps_cancel command, but didn't add it to the usage text in hostapd_cli. Add an entry for this command. Signed-hostap: Jouni Malinen --- hostapd/hostapd_cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostapd/hostapd_cli.c b/hostapd/hostapd_cli.c index cca488ffa..aed981c43 100644 --- a/hostapd/hostapd_cli.c +++ b/hostapd/hostapd_cli.c @@ -71,6 +71,7 @@ static const char *commands_help = " wps_pin [timeout] [addr] add WPS Enrollee PIN\n" " wps_check_pin verify PIN checksum\n" " wps_pbc indicate button pushed to initiate PBC\n" +" wps_cancel cancel the pending WPS operation\n" #ifdef CONFIG_WPS_OOB " wps_oob use WPS with out-of-band (UFD)\n" #endif /* CONFIG_WPS_OOB */