After upgrading my hAP ax³ from 7.19.4 to 7.20.4, I can no longer see the SSID for my 5 GHz channel from any device. The 2.4 GHz channel is broadcasting and operating normally, and I see no errors in the log for the wireless topic. I’ve tried manually setting channel.frequency, among other settings, but nothing seems to bring it back to life. Below is my /interface/wifi configuration:
/interface wifi channel
add band=5ghz-ax name=5GHZ
add band=2ghz-n name=2GHZ
/interface wifi security
add authentication-types=wpa3-psk name=5GHZ wps=disable
add authentication-types=wpa2-psk multi-passphrase-group=feesh name=2GHZ wps=disable
/interface wifi configuration
add country="United States" disabled=no manager=local name=2GHZ security=2GHZ ssid=FEESH
add country="United States" disabled=no manager=local name=5GHZ security=5GHZ ssid=CHEEPS
/interface wifi
set [ find default-name=wifi1 ] arp-timeout=auto channel=5GHZ configuration=5GHZ disabled=no l2mtu=1560 mac-address=48:A9:8A:97:21:20 name=wifi1 radio-mac=48:A9:8A:97:21:20 security=5GHZ
set [ find default-name=wifi2 ] arp-timeout=auto channel=2GHZ configuration=2GHZ disabled=no l2mtu=1560 mac-address=48:A9:8A:97:21:21 name=wifi2 radio-mac=48:A9:8A:97:21:21 security=2GHZ
No other changes were made to my configuration prior to the upgrade. Is this a known problem I haven’t been able to find documentation of?