From bde852d40312c28572e7fa30b1a0de8993d97bda Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Mon, 28 Aug 2023 11:52:20 +0530 Subject: [PATCH] fix(wifi): backport some wifi fix 1.Fix issue with frequent disconections when scanning for only a single channel. 2.Prints error message and returns ESP_ERR_NOT_SUPPORTED in case esp32c2 tries to set bandwidth to HT40. 3.Ensure that beacon timeout get trigged once.