hostapd_cli: Add deauth/disassoc commands to usage help
This commit is contained in:
parent
e3802622db
commit
488d0934ab
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ static const char *commands_help =
|
||||||
" sta <addr> get MIB variables for one station\n"
|
" sta <addr> get MIB variables for one station\n"
|
||||||
" all_sta get MIB variables for all stations\n"
|
" all_sta get MIB variables for all stations\n"
|
||||||
" new_sta <addr> add a new station\n"
|
" new_sta <addr> add a new station\n"
|
||||||
|
" deauthenticate <addr> deauthenticate a station\n"
|
||||||
|
" disassociate <addr> disassociate a station\n"
|
||||||
#ifdef CONFIG_IEEE80211W
|
#ifdef CONFIG_IEEE80211W
|
||||||
" sa_query <addr> send SA Query to a station\n"
|
" sa_query <addr> send SA Query to a station\n"
|
||||||
#endif /* CONFIG_IEEE80211W */
|
#endif /* CONFIG_IEEE80211W */
|
||||||
|
|
Loading…
Reference in a new issue