zephyr/drivers/wifi
Chris Friedt 9ada52f060 fdtable: replace z_ prefix with zvfs_ for fdtable.h functions
For each of the fdtable.h functions listed below, convert the
z_ prefixed semi-private functions to use the zvfs_ prefix.

ZVFS stands for Zephyr Virtual File System and
is intended to be a common library used by the C library,
POSIX API, Networking, Filesystem, and other areas.

There are already a few functions in fdtable.h that use the
zvfs_ prefix, so this change is mostly about unifying them in
a way that uses a suitable prefix ("namespace") so that it can
be considered a public API.

- z_alloc_fd
- z_fdtable_call_ioctl
- z_finalize_fd
- z_finalize_typed_fd
- z_free_fd
- z_get_fd_obj
- z_get_fd_obj_and_vtable
- z_get_obj_lock_and_cond
- z_reserve_fd

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-26 12:33:02 +02:00
..
esp32 drivers: wifi: add bssid/mac to wifi_scan result 2024-06-13 17:50:08 +02:00
esp_at drivers: esp_at: make esp_pull_quoted() to only return -EAGAIN 2024-05-15 14:59:03 +02:00
eswifi fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
infineon drivers: wifi/airoc: update airoc_wifi_host_buffer_get 2024-06-18 15:55:19 +02:00
simplelink fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
winc1500 wifi: conn_mgr connectivity bindings 2024-01-30 18:51:46 -05:00
CMakeLists.txt
Kconfig