zephyr/drivers/wifi/esp_at
Florian Grandel c57650c403 net: context: clean up net_context_get()
* reduced cyclomatic complexity
* group validation by family to make the validation easier to understand
and extend
* change preprocessor markup where possible to allow for complete code
elimination when features (esp. IP) are disabled
* renamed net_context_get/set_ip_proto() to net_context_get_proto()

While the latter is formally part of the public API and might therefore
have to be deprecated rather than renamed, it is considered internal API
by the net developers, see
https://github.com/zephyrproject-rtos/zephyr/pull/48751#discussion_r942402612

Signed-off-by: Florian Grandel <jerico.dev@gmail.com>
2022-09-05 14:35:17 +00:00
..
CMakeLists.txt
Kconfig.esp_at drivers: wifi: Update drivers to use devicetree Kconfig symbol 2022-08-31 21:57:06 +00:00
esp.c net: wifi: Allow to use offloaded wifi_mgmt API with native stack 2022-08-29 17:31:17 +02:00
esp.h net: context: clean up net_context_get() 2022-09-05 14:35:17 +00:00
esp_offload.c
esp_socket.c