]> granicus.if.org Git - esp-idf/commitdiff
feature/support WPS enrollee in APSTA mode
authorDeng Xin <dengxin@espressif.com>
Fri, 23 Mar 2018 07:41:59 +0000 (15:41 +0800)
committerDeng Xin <dengxin@espressif.com>
Fri, 23 Mar 2018 07:41:59 +0000 (15:41 +0800)
Add the feature WPS enrollee in APSTA mode

close github issue: https://github.com/espressif/esp-idf/issues/1608

components/esp32/lib
examples/wifi/wps/README.md

index 92b57f9c97e1554d8f45c1f8afdca29205dcd1be..c47bfa9e70fda83d969aaf8bee28cb5714eb1b11 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 92b57f9c97e1554d8f45c1f8afdca29205dcd1be
+Subproject commit c47bfa9e70fda83d969aaf8bee28cb5714eb1b11
index dc62dcbc8c264dd428927d0aa910600b32f702c0..2efd12bc9221dc7e110038098b719f3a6f5edd1a 100644 (file)
@@ -1,8 +1,8 @@
 # Wifi WPS Example
 
-This example shows how to use wps in esp32.
+This example shows how to use wps enrollee in esp32.
 
-The wps only works in station mode now.
+Now we support to use enrollee feature in STA and APSTA mode.
 
 * PBC_MODE: Start esp32 and press the wps button on router, Then esp32 will get the ssid&password by wps PBC mode.