Merge branch 'bugfix/wifi_fix_beacon_dtim_count_error' into 'master'

Wi-Fi: set softap beacon DTIM count according to TSF timer

See merge request espressif/esp-idf!11172
This commit is contained in:
Jiang Jiang Jian 2020-11-11 11:27:00 +08:00
commit 37a262f209
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ typedef struct {
wifi_auth_mode_t authmode; /**< Auth mode of ESP32 soft-AP. Do not support AUTH_WEP in soft-AP mode */
uint8_t ssid_hidden; /**< Broadcast SSID or not, default 0, broadcast the SSID */
uint8_t max_connection; /**< Max number of stations allowed to connect in, default 4, max 10 */
uint16_t beacon_interval; /**< Beacon interval, 100 ~ 60000 ms, default 100 ms */
uint16_t beacon_interval; /**< Beacon interval which should be multiples of 100. Unit: TU(time unit, 1 TU = 1024 us). Range: 100 ~ 60000. Default value: 100 */
} wifi_ap_config_t;
/** @brief STA configuration settings for the ESP32 */

@ -1 +1 @@
Subproject commit 13d67d9b93b7b0a4043754dc893dddcbf3f7ead1
Subproject commit 57db56bfeae0423a446f4d72f166fe044ee8c3ab