Merge branch 'bugfix/ap_second_channel_update_error' into 'master'

wifi: fix the bug for softAP update second channel wrong

Closes WIFI-1785, WIFI-1784, WIFI-1630, WIFI-1857, WIFI-1849, and WIFI-1997

See merge request espressif/esp-idf!8023
pull/5345/head
Jiang Jiang Jian 2020-04-29 11:59:11 +08:00
commit 8b67370e65
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -114,7 +114,7 @@ typedef struct {
} wifi_active_scan_time_t;
/** @brief Aggregate of active & passive scan time per channel */
typedef union {
typedef struct {
wifi_active_scan_time_t active; /**< active scan time per channel, units: millisecond. */
uint32_t passive; /**< passive scan time per channel, units: millisecond, values above 1500ms may
cause station to disconnect from AP and are not recommended. */

@ -1 +1 @@
Subproject commit f16b635326cced7bf582b3abd2e800c3e0694b0a
Subproject commit 696c211b2321c4ac3d651fa524ba5326f59f47cf