Is there a way to disconnect a single user from an AP WiFi server?
Either a library function or triggering a JavaScript on the client’s device?
The need for a disconnect could be triggered by a server.on event after, say, 3 wrong password attempts on a login.
The Arduino AP only allows a max of 8 connections hence my need to disconnect a user and free up a connection port.
Currently using esp8266 libraries.