wifi changes:
Zhang Yan Jiao authored 2 weeks ago 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
This commit is contained in:
parent
fe1969dd3b
commit
caff697a3d
2 changed files with 2 additions and 2 deletions
|
@ -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 ea83a5f615b376d0ac8da53360bef75b644a5cfc
|
||||
Subproject commit 6cafe865bb5d3a93f6f09a243066f889bbf24e4f
|
Loading…
Reference in a new issue