zephyr/drivers/wifi/esp_at
Marcin Niestroj 54a785b886 drivers: wifi: esp_at: don't send AT+CWLAP during initial setup
Sending AT+CWLAP was introduced with commit f2859f9501 ("drivers:
wifi: esp_at: changes to scanning") as a way to easily test introduced
changes, rather than on purpose. Remove that now, as there is no
particular reason to send it and additionally it breaks setup phase:

  <err> modem_cmd_handler: command AT+CWLAP ret:-5
  <err> wifi_esp_at: Init failed -5

with ESP-AT firmware v2.1.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2021-12-22 12:17:04 +01:00
..
CMakeLists.txt drivers: wifi: build as static library 2021-08-17 06:06:03 -04:00
esp.c drivers: wifi: esp_at: don't send AT+CWLAP during initial setup 2021-12-22 12:17:04 +01:00
esp.h drivers: wifi: esp_at: use instance based macros 2021-12-17 17:30:06 +01:00
esp_offload.c drivers: wifi: esp_at: fix race condition when waiting for 'SEND OK' 2021-07-28 21:08:51 -04:00
esp_socket.c drivers: wifi: esp: stop using pkt->work in TX path 2021-05-07 13:10:01 +02:00
Kconfig.esp_at drivers: wifi: esp_at: changes to scanning 2021-10-07 10:55:37 +02:00