I am on 23.05.0-rc1, Linksys WRT3200ACM. I am getting multiple lines of 'WARNING: Variable 'wlan' does not exist or is not an array/object' when i do 'wifi config' command. I also had to reconfigure Statistics as for some reason interface names changed after upgrading. My current Wi-Fi interface names are: phy0-ap0 and phy1-ap0. Previously thos names were simplu wlan0 and wlan1. In my case, how do i get wifi config command to work?
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
Unfortunately after removing the above problem still exists. I am getting exactly 6 'WARNING: Variable 'wlan' does not exist or is not an array/object' messages while invoking 'wifi config' command. Any other hints i could try?
It comes from /lib/wifi/mac80211.sh in detect_mac80211() when it tries to json_select wlan from /etc/board.json but doesn’t exist. I can’t follow what is supposed to happen. I suppose it’s a message that could/should be silenced since there are many methods being used to find the devices.