Skip to content

Commit 3156b08

Browse files
committed
fix(v5.5): Update per tagged version
1 parent 43fc787 commit 3156b08

File tree

7 files changed

+15
-16
lines changed

7 files changed

+15
-16
lines changed

components/esp_wifi_remote/idf_v5.5/Kconfig.soc_wifi_caps.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ if SLAVE_IDF_TARGET_ESP32C61
348348

349349
config SLAVE_SOC_WIFI_FTM_SUPPORT # ignore: multiple-definition
350350
bool
351-
default y
351+
default n
352352

353353
config SLAVE_SOC_WIFI_GCMP_SUPPORT # ignore: multiple-definition
354354
bool

components/esp_wifi_remote/idf_v5.5/Kconfig.wifi.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ config WIFI_RMT_NAN_ENABLE
552552
bool "WiFi Aware"
553553
default n
554554
depends on SLAVE_SOC_WIFI_NAN_SUPPORT
555-
select LWIP_IPV6
556555
help
557556
Enable WiFi Aware (NAN) feature.
558557

components/esp_wifi_remote/idf_v5.5/esp_eap_client_remote_weak.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,3 @@ WEAK esp_err_t esp_eap_client_remote_set_domain_name(const char *domain_name)
126126
{
127127
LOG_UNSUPPORTED_AND_RETURN(ESP_ERR_NOT_SUPPORTED);
128128
}
129-
130-
WEAK esp_err_t esp_eap_client_remote_set_eap_methods(esp_eap_method_t methods)
131-
{
132-
LOG_UNSUPPORTED_AND_RETURN(ESP_ERR_NOT_SUPPORTED);
133-
}

components/esp_wifi_remote/idf_v5.5/esp_eap_client_with_remote.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,3 @@ esp_err_t esp_eap_client_set_domain_name(const char *domain_name)
121121
{
122122
return esp_eap_client_remote_set_domain_name(domain_name);
123123
}
124-
125-
esp_err_t esp_eap_client_set_eap_methods(esp_eap_method_t methods)
126-
{
127-
return esp_eap_client_remote_set_eap_methods(methods);
128-
}

components/esp_wifi_remote/idf_v5.5/include/esp_eap_client_remote_api.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ esp_err_t esp_eap_client_remote_set_fast_params(esp_eap_fast_config config);
3434
esp_err_t esp_eap_client_remote_use_default_cert_bundle(_Bool use_default_bundle);
3535
void esp_wifi_remote_set_okc_support(_Bool enable);
3636
esp_err_t esp_eap_client_remote_set_domain_name(const char *domain_name);
37-
esp_err_t esp_eap_client_remote_set_eap_methods(esp_eap_method_t methods);
3837

3938
#ifdef __cplusplus
4039
}

components/esp_wifi_remote/idf_v5.5/include/esp_wifi_default_config.h

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#if CONFIG_SLAVE_IDF_TARGET_ESP32
1010
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
1111
#define CONFIG_ESP_IDF_VERSION "5.5"
12+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
1213
#define CONFIG_SLAVE_IDF_TARGET_ESP32 1
1314
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
1415
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -87,6 +88,7 @@
8788
#if CONFIG_SLAVE_IDF_TARGET_ESP32S2
8889
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
8990
#define CONFIG_ESP_IDF_VERSION "5.5"
91+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
9092
#define CONFIG_SLAVE_IDF_TARGET_ESP32S2 1
9193
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
9294
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -168,6 +170,7 @@
168170
#if CONFIG_SLAVE_IDF_TARGET_ESP32C3
169171
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
170172
#define CONFIG_ESP_IDF_VERSION "5.5"
173+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
171174
#define CONFIG_SLAVE_IDF_TARGET_ESP32C3 1
172175
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
173176
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -250,6 +253,7 @@
250253
#if CONFIG_SLAVE_IDF_TARGET_ESP32S3
251254
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
252255
#define CONFIG_ESP_IDF_VERSION "5.5"
256+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
253257
#define CONFIG_SLAVE_IDF_TARGET_ESP32S3 1
254258
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
255259
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -332,6 +336,7 @@
332336
#if CONFIG_SLAVE_IDF_TARGET_ESP32C2
333337
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
334338
#define CONFIG_ESP_IDF_VERSION "5.5"
339+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
335340
#define CONFIG_SLAVE_IDF_TARGET_ESP32C2 1
336341
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
337342
#define CONFIG_SLAVE_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1
@@ -412,6 +417,7 @@
412417
#if CONFIG_SLAVE_IDF_TARGET_ESP32C6
413418
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
414419
#define CONFIG_ESP_IDF_VERSION "5.5"
420+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
415421
#define CONFIG_SLAVE_IDF_TARGET_ESP32C6 1
416422
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
417423
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -502,6 +508,7 @@
502508
#if CONFIG_SLAVE_IDF_TARGET_ESP32H2
503509
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
504510
#define CONFIG_ESP_IDF_VERSION "5.5"
511+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
505512
#define CONFIG_SLAVE_IDF_TARGET_ESP32 1
506513
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
507514
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -580,6 +587,7 @@
580587
#if CONFIG_SLAVE_IDF_TARGET_ESP32P4
581588
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
582589
#define CONFIG_ESP_IDF_VERSION "5.5"
590+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
583591
#define CONFIG_SLAVE_IDF_TARGET_ESP32 1
584592
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
585593
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -658,6 +666,7 @@
658666
#if CONFIG_SLAVE_IDF_TARGET_ESP32C5
659667
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
660668
#define CONFIG_ESP_IDF_VERSION "5.5"
669+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
661670
#define CONFIG_SLAVE_IDF_TARGET_ESP32C5 1
662671
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
663672
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -751,6 +760,7 @@
751760
#if CONFIG_SLAVE_IDF_TARGET_ESP32C61
752761
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
753762
#define CONFIG_ESP_IDF_VERSION "5.5"
763+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
754764
#define CONFIG_SLAVE_IDF_TARGET_ESP32C61 1
755765
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
756766
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -759,7 +769,6 @@
759769
#define CONFIG_SLAVE_SOC_WIFI_NAN_SUPPORT 1
760770
#define CONFIG_SLAVE_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12
761771
#define CONFIG_SLAVE_SOC_WIFI_HW_TSF 1
762-
#define CONFIG_SLAVE_SOC_WIFI_FTM_SUPPORT 1
763772
#define CONFIG_SLAVE_FREERTOS_UNICORE 1
764773
#define CONFIG_SLAVE_SOC_WIFI_GCMP_SUPPORT 1
765774
#define CONFIG_SLAVE_IDF_TARGET_ARCH_RISCV 1
@@ -842,6 +851,7 @@
842851
#if CONFIG_SLAVE_IDF_TARGET_ESP32H21
843852
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
844853
#define CONFIG_ESP_IDF_VERSION "5.5"
854+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
845855
#define CONFIG_SLAVE_IDF_TARGET_ESP32 1
846856
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
847857
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1
@@ -920,6 +930,7 @@
920930
#if CONFIG_SLAVE_IDF_TARGET_ESP32H4
921931
#define CONFIG_ESP_WIFI_REMOTE_ENABLED 1
922932
#define CONFIG_ESP_IDF_VERSION "5.5"
933+
#define CONFIG_ESP_WIFI_REMOTE_IDF_SPECIFIC_ADDED 1
923934
#define CONFIG_SLAVE_IDF_TARGET_ESP32 1
924935
#define CONFIG_SLAVE_SOC_WIFI_SUPPORTED 1
925936
#define CONFIG_SLAVE_SOC_WIFI_WAPI_SUPPORT 1

components/esp_wifi_remote/idf_v5.5/include/injected/esp_wifi_types_generic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,13 +527,13 @@ typedef struct {
527527
uint8_t password[64]; /**< Password of soft-AP. */
528528
uint8_t ssid_len; /**< Optional length of SSID field. */
529529
uint8_t channel; /**< Channel of soft-AP */
530-
wifi_auth_mode_t authmode; /**< Auth mode of soft-AP. Do not support AUTH_WEP, AUTH_WAPI_PSK and AUTH_OWE in soft-AP mode. When the auth mode is set to WPA2_PSK, WPA2_WPA3_PSK or WPA3_PSK, the pairwise cipher will be overwritten with WIFI_CIPHER_TYPE_CCMP by default, unless explicitly set. */
530+
wifi_auth_mode_t authmode; /**< Auth mode of soft-AP. Do not support AUTH_WEP, AUTH_WAPI_PSK and AUTH_OWE in soft-AP mode. When the auth mode is set to WPA2_PSK, WPA2_WPA3_PSK or WPA3_PSK, the pairwise cipher will be overwritten with WIFI_CIPHER_TYPE_CCMP. */
531531
uint8_t ssid_hidden; /**< Broadcast SSID or not, default 0, broadcast the SSID */
532532
uint8_t max_connection; /**< Max number of stations allowed to connect in */
533533
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 */
534534
uint8_t csa_count; /**< Channel Switch Announcement Count. Notify the station that the channel will switch after the csa_count beacon intervals. Default value: 3 */
535535
uint8_t dtim_period; /**< Dtim period of soft-AP. Range: 1 ~ 10. Default value: 1 */
536-
wifi_cipher_type_t pairwise_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, WIFI_CIPHER_TYPE_TKIP_CCMP, WIFI_CIPHER_TYPE_GCMP and WIFI_CIPHER_TYPE_GCMP256. */
536+
wifi_cipher_type_t pairwise_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. */
537537
bool ftm_responder; /**< Enable FTM Responder mode */
538538
wifi_pmf_config_t pmf_cfg; /**< Configuration for Protected Management Frame */
539539
wifi_sae_pwe_method_t sae_pwe_h2e; /**< Configuration for SAE PWE derivation method */

0 commit comments

Comments
 (0)