Belkin rt3200 - radio0 Device is not active

Hello community,

I've flashed the snapshot 22.03 and all was working fine.

As I need WPS to configure Home devices with pushbutton, I've read WPS threads and did the following:

Add option wps_pushbutton '1 ' to a config wifi-iface section that is configured for WPA2-PSK in /etc/config/wireless
opkg update
opkg remove wpad-basic-wolfssl
opkg install wpad hostapd-utils
reboot

radio0 is not active.

systemlog:

Sat Jul  9 08:46:40 2022 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy1.conf (phy wlan1) --> new PHY
Sat Jul  9 08:46:40 2022 daemon.err hostapd: Line 76: invalid key_mgmt 'SAE'
Sat Jul  9 08:46:40 2022 daemon.err hostapd: FT (IEEE 802.11r) requires nas_identifier to be configured as a 1..48 octet string
Sat Jul  9 08:46:40 2022 daemon.err hostapd: 2 errors found in configuration file '/var/run/hostapd-phy1.conf'
Sat Jul  9 08:46:40 2022 daemon.err hostapd: Failed to set up interface with /var/run/hostapd-phy1.conf
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): Command failed: ubus call hostapd config_add {"iface":"wlan1", "config":"/var/run/hostapd-phy1.conf"} (Invalid argument)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): Usage: ubus [<options>] <command> [arguments...]
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): Options:
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -s <socket>:		Set the unix domain socket to connect to
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -t <timeout>:		Set the timeout (in seconds) for a command to complete
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -S:			Use simplified output (for scripts)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -v:			More verbose output
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -m <type>:		(for monitor): include a specific message type
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): 			(can be used more than once)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  -M <r|t>		(for monitor): only capture received or transmitted traffic
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): Commands:
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - list [<path>]			List objects
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - call <path> <method> [<message>]	Call an object method
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - subscribe <path> [<path>...]	Subscribe to object(s) notifications
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - listen [<path>...]			Listen for events
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - send <type> [<message>]		Send an event
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - wait_for <object> [<object>...]	Wait for multiple objects to appear on ubus
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):  - monitor				Monitor ubus traffic
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062):
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio1 (2062): Device setup failed: HOSTAPD_START_FAILED
Sat Jul  9 08:46:40 2022 daemon.notice netifd: Wireless device 'radio1' set retry=0
Sat Jul  9 08:46:40 2022 daemon.crit netifd: Wireless device 'radio1' setup failed, retry=0
Sat Jul  9 08:46:40 2022 daemon.notice netifd: Wireless device 'radio1' is now down
Sat Jul  9 08:46:40 2022 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy0.conf (phy wlan0) --> new PHY
Sat Jul  9 08:46:40 2022 daemon.err hostapd: Line 45: invalid key_mgmt 'SAE'
Sat Jul  9 08:46:40 2022 daemon.err hostapd: Line 83: invalid key_mgmt 'SAE'
Sat Jul  9 08:46:40 2022 daemon.err hostapd: FT (IEEE 802.11r) requires nas_identifier to be configured as a 1..48 octet string
Sat Jul  9 08:46:40 2022 daemon.err hostapd: 3 errors found in configuration file '/var/run/hostapd-phy0.conf'
Sat Jul  9 08:46:40 2022 daemon.err hostapd: Failed to set up interface with /var/run/hostapd-phy0.conf
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): Command failed: ubus call hostapd config_add {"iface":"wlan0", "config":"/var/run/hostapd-phy0.conf"} (Invalid argument)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): Usage: ubus [<options>] <command> [arguments...]
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): Options:
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -s <socket>:		Set the unix domain socket to connect to
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -t <timeout>:		Set the timeout (in seconds) for a command to complete
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -S:			Use simplified output (for scripts)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -v:			More verbose output
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -m <type>:		(for monitor): include a specific message type
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): 			(can be used more than once)
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  -M <r|t>		(for monitor): only capture received or transmitted traffic
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): Commands:
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - list [<path>]			List objects
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - call <path> <method> [<message>]	Call an object method
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - subscribe <path> [<path>...]	Subscribe to object(s) notifications
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - listen [<path>...]			Listen for events
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - send <type> [<message>]		Send an event
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - wait_for <object> [<object>...]	Wait for multiple objects to appear on ubus
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):  - monitor				Monitor ubus traffic
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061):
Sat Jul  9 08:46:40 2022 daemon.notice netifd: radio0 (2061): Device setup failed: HOSTAPD_START_FAILED
Sat Jul  9 08:46:40 2022 daemon.notice netifd: Wireless device 'radio0' set retry=0
Sat Jul  9 08:46:40 2022 daemon.crit netifd: Wireless device 'radio0' setup failed, retry=0
Sat Jul  9 08:46:40 2022 daemon.notice netifd: Wireless device 'radio0' is now down
Sat Jul  9 08:46:42 2022 kern.info kernel: [   13.377833] mt7530 mdio-bus:00 lan1: Link is Up - 1Gbps/Full - flow control rx/tx
Sat Jul  9 08:46:42 2022 kern.info kernel: [   13.385366] br-lan: port 1(lan1) entered blocking state
Sat Jul  9 08:46:42 2022 kern.info kernel: [   13.390585] br-lan: port 1(lan1) entered forwarding state
Sat Jul  9 08:46:42 2022 daemon.notice netifd: Network device 'lan1' link is up

What do I need to do?
Please advise... what parameters are wrong?
Or do I need to install another image?

thanks in advance,
kind regards,
Christian

I'm still using 19.07, but try to fill in a NAS ID for the wireless network.

You can use the radios MAC, as ID.