Parcourir la source

hostapd_cli: Add deauth/disassoc commands to usage help

Jouni Malinen il y a 15 ans
Parent
commit
488d0934ab
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      hostapd/hostapd_cli.c

+ 2 - 0
hostapd/hostapd_cli.c

@@ -83,6 +83,8 @@ static const char *commands_help =
 "   sta <addr>           get MIB variables for one station\n"
 "   all_sta              get MIB variables for all stations\n"
 "   new_sta <addr>       add a new station\n"
+"   deauthenticate <addr>  deauthenticate a station\n"
+"   disassociate <addr>  disassociate a station\n"
 #ifdef CONFIG_IEEE80211W
 "   sa_query <addr>      send SA Query to a station\n"
 #endif /* CONFIG_IEEE80211W */