esp-idf/components/wifi_provisioning
Piyush Shah 388f4fd7ef wifi_provisioning: Add a check for number of scanned networks while allocating memory
If number of scanned networks is zero, while getting the list, since we try
to allocate zero bytes, we get a NULL pointer in response. This is considered
as an error and the provisioning worflow breaks there.
Adding a check before allocation resolves the issue.
2021-01-15 05:01:35 +00:00
..
include/wifi_provisioning wifi_provisioning_softap: Allow applications to start webserver externally 2019-11-27 18:42:43 +05:30
proto Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
proto-c wifi_provisioning : Added Wi-Fi Scan list feature to Provisioning Manager 2019-06-26 05:24:20 +00:00
python wifi_provisioning : Added Wi-Fi Scan list feature to Provisioning Manager 2019-06-26 05:24:20 +00:00
src wifi_provisioning: Add a check for number of scanned networks while allocating memory 2021-01-15 05:01:35 +00:00
CMakeLists.txt wifi_provisioning: enable component build for ESP32-C3 2021-01-14 10:47:35 +05:30
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig wifi_prov_manager: Change the name of an internal timer handle to better reflect the purpose 2020-01-07 09:51:54 +00:00