From edf9f9eff72e3fcb1a49809f1a47bc149cd76ba6 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Thu, 27 Apr 2023 14:57:34 +0530 Subject: [PATCH] esp-wifi: add station SAE-PK (Public Key) configuration note --- components/esp_wifi/include/esp_wifi_types.h | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_wifi/include/esp_wifi_types.h b/components/esp_wifi/include/esp_wifi_types.h index 200bd70b1a..321dce9483 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -317,7 +317,7 @@ typedef struct { uint32_t transition_disable:1; /**< Whether to enable transition disable feature */ uint32_t reserved:26; /**< Reserved for future feature set */ wifi_sae_pwe_method_t sae_pwe_h2e; /**< Configuration for SAE PWE derivation method */ - wifi_sae_pk_mode_t sae_pk_mode; /**< SAE-PK mode */ + wifi_sae_pk_mode_t sae_pk_mode; /**< Configuration for SAE-PK (Public Key) Authentication method */ uint8_t failure_retry_cnt; /**< Number of connection retries station will do before moving to next AP. scan_method should be set as WIFI_ALL_CHANNEL_SCAN to use this config. Note: Enabling this may cause connection time to increase incase best AP doesn't behave properly. */ uint32_t he_dcm_set:1; /**< Whether DCM max.constellation for transmission and reception is set. */ diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 6292339dd1..4b8a58a5dd 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 6292339dd1f262ec0bf9bb058758dbf02e1e0505 +Subproject commit 4b8a58a5ddc673b460602ec4267611c4d08a6eeb