micropython/shared/netutils
robert-hh 7e7cc2b427 extmod/network_ninaw10: Implement the ipconfig methods for ninaw10.
This implements network.ipconfig() and network.WLAN.ipconfig() when the
ninaw10 driver is used for WLAN.

Due to a omission in the ninaw10 driver stack, setting the DNS address has
no effect.  But the interface is kept here just in case it's fixed
eventually.

dhcp4 and has_dhcp4 are dummy arguments.  Ninaw10 seems to always use DHCP.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-06-04 12:45:01 +10:00
..
dhcpserver.c extmod/modlwip: Support IPv6. 2024-02-16 11:46:40 +11:00
dhcpserver.h shared: Introduce new top-level dir and move 1st party lib code there. 2021-07-12 17:07:36 +10:00
netutils.c extmod/network_ninaw10: Implement the ipconfig methods for ninaw10. 2024-06-04 12:45:01 +10:00
netutils.h shared/netutils: Add "py/obj.h" header include. 2022-11-11 15:43:53 +11:00
trace.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00