-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wireless: missing security protocol on multiple SSID summary #7584
Comments
This seems to stem from
No idea why the ESSID is not showing up for -ap1, but it seems unrelated (different code path). The way iwinfo gets encryption information is (if using hostapd) by parsing hostapd's config file (or asking wpa_supplicant but I think that isn't relevant for AP operation?), so I suspect something is subtly wrong there? |
Found it. Now MLO is not yet relevant here, I think, so there shouldn't be any interface with more than one radio in use (and in this case, it should obviously be radio 0 in both cases).
Note the bolded parts - the second SSID interface uses all three radios for some reason??????? That leads iwinfo to just pick the highest bit in the radio mask (which corresponds to radio 2), read the wrong hostapd config, where it fails to find the actual interface name it's looking for. |
Is there an existing issue for this?
screenshots or captures
Actual behaviour
When having more than one SSID on the same radio, security setup in summery is not reported.
In the capture above, the second SSID is configured with the same security as the first but that is not reported.
Expected behaviour
Secondary SSID security configuration to be properly shown
Steps to reproduce
Additional Information
openwrt-24.10 post RC6 build with LuCI 25.021
What browsers do you see the problem on?
Microsoft Edge
Relevant log output
The text was updated successfully, but these errors were encountered: