From: Jouni Malinen Date: Sun, 11 Apr 2010 18:00:16 +0000 (+0300) Subject: hostapd_cli: Add deauth/disassoc commands to usage help X-Git-Tag: hostap_0_7_2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488d0934ab86f77b0732e768e1794fa9185833a3;p=thirdparty%2Fhostap.git hostapd_cli: Add deauth/disassoc commands to usage help --- diff --git a/hostapd/hostapd_cli.c b/hostapd/hostapd_cli.c index 215b4e441..889018a2d 100644 --- a/hostapd/hostapd_cli.c +++ b/hostapd/hostapd_cli.c @@ -83,6 +83,8 @@ static const char *commands_help = " sta get MIB variables for one station\n" " all_sta get MIB variables for all stations\n" " new_sta add a new station\n" +" deauthenticate deauthenticate a station\n" +" disassociate disassociate a station\n" #ifdef CONFIG_IEEE80211W " sa_query send SA Query to a station\n" #endif /* CONFIG_IEEE80211W */