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
This commit is contained in:
Jiang Jiang Jian
2020-04-29 11:59:11 +08:00
2 changed files with 2 additions and 2 deletions

View File

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