Skip to content

Commit fa3c3a8

Browse files
committed
Merge branch 'bugfix/update_wps_api_documentation_v4.4' into 'release/v4.4'
wpa_supplicant: Update WPS API documentation (v4.4) See merge request espressif/esp-idf!23014
2 parents 4531322 + 5c642f9 commit fa3c3a8

File tree

1 file changed

+4
-3
lines changed
  • components/wpa_supplicant/esp_supplicant/include

1 file changed

+4
-3
lines changed

components/wpa_supplicant/esp_supplicant/include/esp_wps.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ esp_err_t esp_wifi_wps_disable(void);
113113
*
114114
* @attention WPS can only be used when ESP32 station is enabled.
115115
*
116-
* @param timeout_ms : maximum blocking time before API return.
117-
* - 0 : non-blocking
118-
* - 1~120000 : blocking time (not supported in IDF v1.0)
116+
* @param timeout_ms : deprecated: This argument's value will have not effect in functionality of API.
117+
* The argument will be removed in future.
118+
* The app should start WPS and register for WIFI events to get the status.
119+
* WPS status is updated through WPS events. See wifi_event_t enum for more info.
119120
*
120121
* @return
121122
* - ESP_OK : succeed

0 commit comments

Comments
 (0)