You can chat about native SDK questions and issues here.

User avatar
By psypi
#71815 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.