Skip to content

Commit 8b67370

Browse files
committed
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
2 parents e5ad384 + b96652c commit 8b67370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_wifi/include/esp_wifi_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ typedef struct {
114114
} wifi_active_scan_time_t;
115115

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

0 commit comments

Comments
 (0)