esp-idf/examples/network/sta_to_eth/main
David Cermak 7302801bda Examples/network: sta-2-wired to support HW address update in DHCP
* Add support for runtime update of DHCP packets that contain HW
addresses (some routers wouldn't assing IP if the MAC was spoofed
only in Ethernet and ARP frames)
* Simplify Ethernet initialization using default eth-netif glue
2023-06-15 09:41:04 +02:00
..
CMakeLists.txt Examples/network: sta-2-wired to support HW address update in DHCP 2023-06-15 09:41:04 +02:00
ethernet_iface.c Examples/network: sta-2-wired to support HW address update in DHCP 2023-06-15 09:41:04 +02:00
idf_component.yml Examples/network: Add Ethernet iface to sta-2-wired bridge 2023-06-08 07:33:52 +02:00
Kconfig.projbuild Examples/network: sta-2-wired to support HW address update in DHCP 2023-06-15 09:41:04 +02:00
manual_config.c Examples/network: Add security options to provision sta-wired example 2023-06-08 07:38:04 +02:00
provisioning.c Examples/network: Add security options to provision sta-wired example 2023-06-08 07:38:04 +02:00
provisioning.h Examples/network: Add Ethernet iface to sta-2-wired bridge 2023-06-08 07:33:52 +02:00
scheme_generic_httpd.c Examples/network: Add security options to provision sta-wired example 2023-06-08 07:38:04 +02:00
sta_to_eth_main.c Examples/network: sta-2-wired to support HW address update in DHCP 2023-06-15 09:41:04 +02:00
usb_ncm_iface.c Examples/network: Add security options to provision sta-wired example 2023-06-08 07:38:04 +02:00
wired_iface.h Examples/network: Add Ethernet iface to sta-2-wired bridge 2023-06-08 07:33:52 +02:00