File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/esp_wifi_remote/idf_v5.5/include/injected Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ typedef struct {
192
192
unsigned : 15 ; /**< reserved */
193
193
unsigned : 15 ; /**< reserved */
194
194
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 */
196
196
signed : 8 ; /**< reserved */
197
197
signed : 8 ; /**< reserved */
198
198
unsigned : 8 ; /**< reserved */
Original file line number Diff line number Diff line change @@ -526,6 +526,7 @@ typedef struct {
526
526
wifi_pmf_config_t pmf_cfg ; /**< Configuration for Protected Management Frame */
527
527
wifi_sae_pwe_method_t sae_pwe_h2e ; /**< Configuration for SAE PWE derivation method */
528
528
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. */
529
530
} wifi_ap_config_t ;
530
531
531
532
#define SAE_H2E_IDENTIFIER_LEN 32 /**< Length of the password identifier for H2E */
You can’t perform that action at this time.
0 commit comments