You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_wifi/include/esp_wifi_types.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -296,8 +296,8 @@ typedef struct {
296
296
uint8_tssid_hidden; /**< Broadcast SSID or not, default 0, broadcast the SSID */
297
297
uint8_tmax_connection; /**< Max number of stations allowed to connect in */
298
298
uint16_tbeacon_interval; /**< Beacon interval which should be multiples of 100. Unit: TU(time unit, 1 TU = 1024 us). Range: 100 ~ 60000. Default value: 100 */
299
-
uint8_tcsa_count; /**< Channel Switch Announcement Count. Notify the station that the channel will switch after the csa_count beacon intervals. Default value: 3 */
300
-
uint8_tdtim_period; /**< Dtim period of soft-AP. Default value: 2 */
299
+
uint8_tcsa_count; /**< Channel Switch Announcement Count. Notify the station that the channel will switch after the csa_count beacon intervals. Range: 1 ~ 30. Default value: 3 */
300
+
uint8_tdtim_period; /**< Dtim period of soft-AP. Range: 1 ~ 10. Default value: 1 */
301
301
wifi_cipher_type_tpairwise_cipher; /**< Pairwise cipher of SoftAP, group cipher will be derived using this. Cipher values are valid starting from WIFI_CIPHER_TYPE_TKIP, enum values before that will be considered as invalid and default cipher suites(TKIP+CCMP) will be used. Valid cipher suites in softAP mode are WIFI_CIPHER_TYPE_TKIP, WIFI_CIPHER_TYPE_CCMP and WIFI_CIPHER_TYPE_TKIP_CCMP. */
0 commit comments