Hi all,
I want to use rt-thread on the new raspberry pi pico w (w for WiFi). I saw that rt-thread does support wlan devices but does this also count for the pico w and if so, what is the 'RT_WLAN_DEVICE_STA_NAME' for the wifi device on the pico w?
rt_wlan_set_mode(RT_WLAN_DEVICE_STA_NAME, RT_WLAN_STATION);
https://www.rt-thread.io/document/site/programming-manual/device/wlan/wlan/