Disable management through wireless (WIFI)

Hello everyone!

Could you help me? I want to prevent accessing to web panel or forbid web login through the wireless network, but I can't see such a option in the web interface. I saw a similar feature DD-Wrt. Is there a similar function in LuCI? What can I do to activate it eg. via ssh terminal command line?

Thanks in advance!

wifi is default bridged(layer2) to br-lan...

you'll likely either need a totally separate (routed/subnet/layer3) interface to bridge wifi to... or use ebtables to achieve your intended goal...

a simpler option may be to use 'static-reservations' from a trusted sub-range within the subnet... then craft a suitable firewall rule to vlsm match (allow) that subset...

kind of all depends on the level of threat/exposure on that segment... and/or how much management complexity you are willing to add to the router/network...