Support config("pm")
Currently I can set the power management value for wlan (network cyw43) with the config function. But I can't query the current value. It would be useful to be able to do this for debugging.
applies to network cyw43 wifi
Requires a change to the driver https://github.com/georgerobotics/cyw43-driver/pull/8
I will push a change.
Set hostname on cyw43-based boards
Please consider adding a method to set WLAN.config(hostname="...") on boards with cyw43 network drivers. This is useful for people with multiple Raspberry Pi Pico W and pyboard D-series as a way to tell them apart on a LAN. I realize, however, that hostname configuration is one of the optional parts of the WLAN class, so this is icing rather than cake.
Ports affected: stm32, rp2, and any others that might use cyw43.
Confirmation of issue: Re: Setting hostname on Pico W
Implementing this safely is beyond my limited means, both technically and as a (very minor) sponsor.