Skip to content

Commit ab8364d

Browse files
committed
fix(wifi_remote): Update per v6.0 espressif/esp-idf@6d7593c1be11
1 parent 98c70ed commit ab8364d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

components/esp_wifi_remote/idf_v6.0/Kconfig.soc_wifi_caps.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@ if SLAVE_IDF_TARGET_ESP32C5
326326
bool
327327
default y
328328

329-
config SLAVE_IDF_ENV_BRINGUP # ignore: multiple-definition
330-
bool
331-
default y
332-
333329
endif # ESP32C5
334330

335331
if SLAVE_IDF_TARGET_ESP32C61

components/esp_wifi_remote/idf_v6.0/include/esp_wifi_default_config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@
656656
#define CONFIG_SLAVE_SOC_WIFI_HE_SUPPORT 1
657657
#define CONFIG_SLAVE_SOC_WIFI_MAC_VERSION_NUM 3
658658
#define CONFIG_SLAVE_SOC_WIFI_SUPPORT_5G 1
659-
#define CONFIG_SLAVE_IDF_ENV_BRINGUP 1
660659
#define CONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED 1
661660
#define CONFIG_WIFI_RMT_STATIC_RX_BUFFER_NUM 10
662661
#define CONFIG_WIFI_RMT_DYNAMIC_RX_BUFFER_NUM 32

components/esp_wifi_remote/idf_v6.0/include/injected/esp_wifi_types_generic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ typedef struct {
539539
uint8_t transition_disable; /**< Whether to enable transition disable feature */
540540
uint8_t sae_ext; /**< Enable SAE EXT feature. SOC_GCMP_SUPPORT is required for this feature. */
541541
wifi_bss_max_idle_config_t bss_max_idle_cfg; /**< Configuration for bss max idle, effective if CONFIG_WIFI_BSS_MAX_IDLE_SUPPORT is enabled */
542+
uint16_t gtk_rekey_interval; /**< GTK rekeying interval in seconds. If set to 0, GTK rekeying is disabled. Range: 60 ~ 65535 including 0. */
542543
} wifi_ap_config_t;
543544

544545
#define SAE_H2E_IDENTIFIER_LEN 32 /**< Length of the password identifier for H2E */

0 commit comments

Comments
 (0)