1. fix the bug for softAP update second channel wrong
2. change wifi_scan_time_t from union to struct
3. query country code wrong when policy change from manual to auto
4. fix the crash issue when fetch peer after delete the cur_peer
5. fix the timeout issue of EAPOL four-way handshake
release/v3.1
zhangyanjiao 2020-05-20 16:19:39 +08:00
rodzic 7c6480b53f
commit 36ad37a1a4
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 59510331409020dfa61872679b99b39cea4965e2
Subproject commit 05b2c6edfa31f06724b84a1c65e471d751772880