docs(wifi): Update wifi and wifi security documentation

1. Update documentation for WPA3 Enterprise and WPA3 Enterprise 192-bit
mode
2. Update documentation for WPA3 OWE and OWE transition mode
3. Update documentation related to SAE PK, SAE PWE and Transition Disable
4. Update documnetation for wifi connect API
5. Fix config paramter information for wifi scan start
6. Fix documentation related to scan threshold config setting
7. Replace ESP_ERR_WIFI_ARG error code as ESP_ERR_INVALID_ARG
8. Update documentation for 802.11R Fast transition
This commit is contained in:
Shreyas Sheth
2023-08-18 11:46:34 +05:30
committed by BOT
parent a416c12e9d
commit 043b8b55a1
10 changed files with 102 additions and 69 deletions

View File

@@ -126,7 +126,7 @@ typedef struct {
* @return
* - ESP_OK
* - ESP_FAIL
* - ESP_ERR_WIFI_ARG
* - ESP_ERR_INVALID_ARG
*/
esp_err_t esp_mesh_set_beacon_interval(int interval_ms);