nuttx-apps/netutils/netinit
Xiang Xiao 9b8a02749f net: Remove IFF_DOWN flag to compatible with Linux/*BSD
turn off interface by checking IFF_UP flag isn't set:
https://github.com/apache/nuttx/issues/1838

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-10-07 20:19:47 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig Derive MAC Address from board unique_id 2024-03-21 22:46:28 +08:00
Make.defs
Makefile
netinit.c net: Remove IFF_DOWN flag to compatible with Linux/*BSD 2024-10-07 20:19:47 +08:00
netinit_associate.c