circuitpython/shared-bindings/wifi
Jeff Epler 78cf0a90af
Make MP_PROPERTY_GETTER / _GETSET fully declare the property
This will enable setting data attributes, namely, the section of the
symbol.
2022-05-03 08:48:53 -05:00
..
AuthMode.c add authmode class 2021-04-29 18:42:36 +05:30
AuthMode.h make authmode settable 2021-04-30 21:35:02 +05:30
Monitor.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Monitor.h update wifi monitor 2021-11-04 16:21:18 +05:30
Network.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Network.h Adding authmode keyword 2021-01-06 23:52:30 +01:00
Packet.c add packet class 2021-10-22 20:19:56 +05:30
Packet.h add packet class 2021-10-22 20:19:56 +05:30
Radio.c Make MP_PROPERTY_GETTER / _GETSET fully declare the property 2022-05-03 08:48:53 -05:00
Radio.h new kwarg: wifi.radio.start_ap(max_connections=) 2022-02-12 13:34:57 -06:00
ScannedNetworks.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
ScannedNetworks.h Scanning WIP. Need to sort out supervisor memory 2020-08-19 14:22:12 -07:00
__init__.c add monitor class 2021-11-02 12:32:09 +05:30
__init__.h add monitor class 2021-11-02 12:32:09 +05:30