Current Lua downloadable firmware will be posted here

User avatar
By Featuredit
#57055 Hello,
to remove inactive clients that are connected to my access point
I would like to disconnect them after a certain time.
The only function in this context I found was
Code: Select alltable=wifi.ap.getclient()
which lists them.
Is there a function for disconnecting them ?