diff --git a/drivers/wifi/esp_at/esp.c b/drivers/wifi/esp_at/esp.c index e2c84e4eb7..2261a11f71 100644 --- a/drivers/wifi/esp_at/esp.c +++ b/drivers/wifi/esp_at/esp.c @@ -382,6 +382,8 @@ MODEM_CMD_DIRECT_DEFINE(on_cmd_cwlap) return err; } + res.channel = strtol(channel, NULL, 10); + if (dev->scan_cb) { dev->scan_cb(dev->net_iface, 0, &res); }