Currently, I have a problem which related to enabling/disabling the main ssid when using OpenWrt. For guest ssid, I can enable/disable normally. But when I disabled the main ssid, the guest ssid also is disabled. It seems to disabled all radio.
After setting disabled option in 'default_radio0', the wl0 and wl0.2 interface are remove from brctl and ifconfig.
Please share me your idea about this problem. Thank you so much.
wl0.2 is guest ssid. It works normally about enable/disable. I mean that default_radio0 is main ssid. When I set to disabled it then guest ssid also disabled. My expectation is that they should be independent.
Is there any problem with just trying what was suggested?
By using the ifname option, you set the physical interface name.
In Linux, a dot (.) is used to define a VLAN subinterface.
It seems logical that the subinterface should go down when you stop the main interface.
It appears you are using firmware that is not from the official OpenWrt project.
When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.
Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).
If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.
The bug is in the bcmwifi config backend. We don't have access to it's sources, nor is it developed or supported by OpenWrt. We will not be able to help with it.