zephyr/drivers/wifi
Chris Friedt 8659e2f69e libc: minimal: include: move fcntl.h to posix
The `fcntl.h` header has never been a part of ISO C so move it to
`include/zephyr/posix`.

To ensure a smooth migration, a header was left in
`lib/libc/minimal/include` that prints a deprecation warning.

Users should either include `<zephyr/posix/fcntl.h>` or switch to
`CONFIG_POSIX_API=y`.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2023-01-10 09:02:21 +09:00
..
esp32 driver: wifi: esp32: disable optimization by default 2022-11-30 13:40:10 +01:00
esp_at drivers: wifi: esp_at: Align driver with iface status upgrade 2022-10-20 10:00:31 +02:00
eswifi drivers: wifi: eswifi: Guard net_ctx state change 2022-12-12 14:55:03 +01:00
simplelink libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
winc1500 drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig net: wifi: Allow to use offloaded wifi_mgmt API with native stack 2022-08-29 17:31:17 +02:00