mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/bss_retry_cnt' into 'master'
esp_wifi: Add config option for AP retry count See merge request espressif/esp-idf!20879
This commit is contained in:
commit
4c8f4ff0fd
@ -265,6 +265,7 @@ typedef struct {
|
||||
uint32_t owe_enabled:1; /**< Whether OWE is enabled for the connection */
|
||||
uint32_t reserved:27; /**< Reserved for future feature set */
|
||||
wifi_sae_pwe_method_t sae_pwe_h2e; /**< Whether SAE hash to element is enabled */
|
||||
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. */
|
||||
} wifi_sta_config_t;
|
||||
|
||||
/** @brief Configuration data for ESP32 AP or STA.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 51e2668fd4e6416f8ad6292e846e177e7d3859bd
|
||||
Subproject commit 3e3f0fa900f68a1d632d2fac51b8a14a35dcb4b4
|
Loading…
x
Reference in New Issue
Block a user