circuitpython/ports/raspberrypi/common-hal/wifi
Jeff Epler d3e85d165e
Set cyw43 power management as needed, default to disabled
.. the value actually needs to be enforced each time the STA or AP
is enabled, because internally there's a call to cyw43_wifi_pm with the
library's defaut power management value, not ours.

Add a getter, though it only returns our idea of what the power
management register is set to, it doesn't read out from the actual
hardware, sadly.
2022-10-01 08:20:34 -05:00
..
Monitor.c Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Monitor.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Network.c Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Network.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
Radio.c Set cyw43 power management as needed, default to disabled 2022-10-01 08:20:34 -05:00
Radio.h raspberrypi: statically allocate storage for hostname 2022-09-30 10:05:11 -05:00
ScannedNetworks.c Fix several classes of compiler diagnostic & make fatal 2022-09-30 11:19:22 -05:00
ScannedNetworks.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
__init__.c Fix unused variable diagnostics, make it a fatal error 2022-09-30 11:19:22 -05:00
__init__.h Implement scan, connect, ping 2022-09-28 10:06:33 -05:00