zephyr/drivers/wifi
Marcin Niestroj bc5432bd43 wifi: simplelink: implement 'is_supported' socket offload cb
Check if requested socket family, type and protocol are all supported by
the driver, instead of blindly acknowledging every possible variant.

Reuse switch statements checking valid parameter values that were
already part of simplelink_socket() function, by creating 3 helper
functions for conversion of each parameter (family, type and protocol)
from Zephyr to Simplelink values.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2022-04-08 15:51:24 -07:00
..
esp32 everywhere: fix typos 2022-03-14 20:22:24 -04:00
esp_at wifi: esp_at: reset the modem in device init 2022-03-29 12:32:43 -07:00
eswifi wifi: eswifi: implement 'is_supported' socket offload cb 2022-04-08 15:51:24 -07:00
simplelink wifi: simplelink: implement 'is_supported' socket offload cb 2022-04-08 15:51:24 -07:00
winc1500 wifi: fix build error on wifi_winc1500_nm_bsp_internal.h 2022-03-14 22:04:54 -04:00
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
Kconfig