09-07-2018 05:25 PM
Hello,
We are using HiveManager to monitor all of our APs.
Can we remove some users from our WIFI wthout changing our WIFI password?
Thanks?
Solved! Go to Solution.
09-07-2018 06:50 PM
You can manually deauthenticate users with the command below, however this wouldn't stop them from reconnecting. For that you would need to either change the password or create a MAC filter to block their connection, or you could us something like MAC binding or MAC auth to determine which devices are able to connect outside of a username/password.
clear auth station mac <client MAC>
Is that what you were looking for?
09-07-2018 06:50 PM
You can manually deauthenticate users with the command below, however this wouldn't stop them from reconnecting. For that you would need to either change the password or create a MAC filter to block their connection, or you could us something like MAC binding or MAC auth to determine which devices are able to connect outside of a username/password.
clear auth station mac <client MAC>
Is that what you were looking for?