]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add wps_cancel to hostapd_cli help text
authorAnirban Sirkhell <anirban@qca.qualcomm.com>
Fri, 24 Aug 2012 16:02:56 +0000 (19:02 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Aug 2012 16:02:56 +0000 (19:02 +0300)
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 <jouni@qca.qualcomm.com>

hostapd/hostapd_cli.c

index cca488ffa083f65276ed915e815a59574d345e96..aed981c4304687b12ff0b6a51d355bc37d795297 100644 (file)
@@ -71,6 +71,7 @@ static const char *commands_help =
 "   wps_pin <uuid> <pin> [timeout] [addr]  add WPS Enrollee PIN\n"
 "   wps_check_pin <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 <type> <path> <method>  use WPS with out-of-band (UFD)\n"
 #endif /* CONFIG_WPS_OOB */