zephyr/drivers/wifi/eswifi
Adam Porter 722a85aea2 drivers: wifi: remove dependency on NET_SOCKETS_POSIX_NAMES
This change removes references to raw POSIX types and functions,
allowing the drivers to build without NET_SOCKETS_POSIX_NAMES.

After this, the dependency between NET_SOCKETS_OFFLOAD and
NET_SOCKETS_POSIX_NAMES can be removed.

See issue #26033 for additional context

Signed-off-by: Adam Porter <porter.adam@gmail.com>
2020-06-15 16:59:36 +02:00
..
CMakeLists.txt wifi: eswifi: Implement TCP/UDP socket offload with TLS 2019-09-13 16:54:57 +03:00
Kconfig.eswifi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
eswifi.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eswifi_bus_spi.c drivers: wifi: eswifi: Convert to new DT_INST macros 2020-03-27 11:05:19 -05:00
eswifi_core.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eswifi_offload.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eswifi_offload.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eswifi_socket.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eswifi_socket_offload.c drivers: wifi: remove dependency on NET_SOCKETS_POSIX_NAMES 2020-06-15 16:59:36 +02:00