-->
Page 1 of 1

Control user camping or disconnection on SoftAP

PostPosted: Mon Nov 13, 2017 10:17 am
by psypi
Is it possible to selectively let a user camp to SoftAP -- Something like MAC reservation on a router? Or to selectively deauth / disconnect a user from ESP's SoftAP?
I see wifi_station_disconnect(), but that only works when ESP is a station, not an AP.

Alternatively, any creative ways to achieve the same? I have an ESP12 based device, and I'd like to hand over control to 20 people, but due to ESP's hard limit of 4 Max devices, I would like to round-robin and kick out old users, or implement some sort of control from my end.