Skip to content

Commit 215d007

Browse files
committed
fix(wifi_remote): Update per v5.5 espressif/esp-idf@4355fc8fbc6b
1 parent 09ffacc commit 215d007

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ typedef struct {
192192
unsigned : 15; /**< reserved */
193193
unsigned : 15; /**< reserved */
194194
unsigned : 2; /**< reserved */
195-
unsigned noise_floor: 8; /**< the noise floor of the reception frame */
195+
signed noise_floor: 8; /**< the noise floor of the reception frame */
196196
signed : 8; /**< reserved */
197197
signed : 8; /**< reserved */
198198
unsigned : 8; /**< reserved */

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ typedef struct {
526526
wifi_pmf_config_t pmf_cfg; /**< Configuration for Protected Management Frame */
527527
wifi_sae_pwe_method_t sae_pwe_h2e; /**< Configuration for SAE PWE derivation method */
528528
uint8_t transition_disable; /**< Whether to enable transition disable feature */
529+
uint8_t sae_ext; /**< Enable SAE EXT feature. SOC_GCMP_SUPPORT is required for this feature. */
529530
} wifi_ap_config_t;
530531

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

0 commit comments

Comments
 (0)