zephyr/drivers/wifi/esp_at
John Johnson 15a1b6d5c2 drivers: esp_at: make esp_pull_quoted() to only return -EAGAIN
If no " character is found in buffer by esp_pull_quoted() it
returns -EAGAIN which causes a loop that never ends. This is because
the buffer dont get filled up with new data so no " chrachter will be
found. This commit changes esp_pull_quoted() to only return -EAGAIN,
so the buffer can get filled with new data and thus the loop can come
to an end.

Signed-off-by: John Johnson <john.filip.johnson@gmail.com>
2024-05-15 14:59:03 +02:00
..
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
esp.c drivers: esp_at: make esp_pull_quoted() to only return -EAGAIN 2024-05-15 14:59:03 +02:00
esp.h drivers: wifi: esp_at: escape SSID and PSK 2024-02-28 18:02:44 +00:00
esp_offload.c drivers: wifi: esp_at: do not connect socket on bind(INADDR_ANY) 2024-04-10 12:23:12 -05:00
esp_socket.c drivers: esp_at: implement bind() and recvfrom() for UDP sockets 2024-02-26 12:21:47 +01:00
Kconfig.esp_at drivers: esp_at: implement bind() and recvfrom() for UDP sockets 2024-02-26 12:21:47 +01:00