zephyr/drivers/wifi/eswifi
Daniel DeGrasse 3d4f83aaac drivers: wifi: eswifi: fix casts for 64 bit pointers
The eswifi driver uses an integer to identify the socket used for each
connection, which must be cast to and from a `void *`. This causes
warnings on 64 bit platforms, as precision is lost when casting from a
`void *` to `int`. Use a `intptr_t` type to store the socket value to
resolve this warning. Also, fix a function signature for the `accept_cb`
to use `size_t` instead of `int` for the length

Fixes #80242

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-10-24 12:25:04 -05:00
..
CMakeLists.txt drivers: wifi: include sockets headers 2023-11-21 08:48:04 +00:00
Kconfig.eswifi drivers: wifi: eswifi: Resolve the dependency on `RING_BUFFER` 2024-10-16 12:27:05 +02:00
eswifi.h drivers: eswifi: Add option for maximum data size 2024-03-15 15:16:27 -05:00
eswifi_bus_spi.c drivers: adc: fix thread function signatures 2023-10-30 12:24:34 +01:00
eswifi_bus_uart.c
eswifi_core.c drivers: wifi: eswifi: Specify POSIX-2008 to use `strnlen()` 2024-10-16 12:27:05 +02:00
eswifi_log.h
eswifi_offload.c
eswifi_offload.h
eswifi_shell.c
eswifi_socket.c drivers: wifi: eswifi: Fix memory buffer allocation in off_read_work 2024-08-02 18:42:53 -05:00
eswifi_socket_offload.c drivers: wifi: eswifi: fix casts for 64 bit pointers 2024-10-24 12:25:04 -05:00