1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/include
Erik Ekman 60d5d1aa74 pkg/lwip: Set link state properly when supported
Set link state correctly in lwIP for interfaces that support
the NETOPT_LINK option. Interfaces that do not support it
(like tap for native arch) remain up all the time.

Netdevs that support NETOPT_LINK but do not send NETDEV_EVENT_LINK_UP/DOWN
events will end up with a mismatched link state - but DHCP would
already not start for them either.

Use netifapi to signal lwIP to do the work in its own thread.
2021-03-01 23:55:08 +01:00
..
arch sys/shell: Add lwIP ifconfig shell command 2021-02-23 11:47:45 +01:00
lwip lwip_sock: additional indirection of conn is unnecessary 2019-12-12 11:19:51 +01:00
lwip.h pkg/lwip: cleanup doxygen documentation 2019-08-05 16:57:36 +02:00
lwipopts.h pkg/lwip: Set link state properly when supported 2021-03-01 23:55:08 +01:00
sock_types.h lwip_sock: update implementation for async callback argument 2020-03-11 16:54:12 +01:00