Function wifi_mgr_set_ap_password(const char *)

Function Documentation

esp_err_t wifi_mgr_set_ap_password(const char *password)

Update the SoftAP password (empty string forces open mode).

Update the SoftAP password (empty string forces open mode).

매개변수:

password – New password string.

반환:

ESP_OK on success, or an error code on failure.