diff --git a/Documentation/applications/index.rst b/Documentation/applications/index.rst index 39a698397a..87d0367f91 100644 --- a/Documentation/applications/index.rst +++ b/Documentation/applications/index.rst @@ -37,6 +37,5 @@ more information at the repository. wireless/index.rst nxdiag/index.rst - wapi/index.rst examples/index.rst diff --git a/Documentation/applications/wireless/index.rst b/Documentation/applications/wireless/index.rst index 8a45053808..1158c8945c 100644 --- a/Documentation/applications/wireless/index.rst +++ b/Documentation/applications/wireless/index.rst @@ -1,3 +1,10 @@ ================================== Wireless Libraries and NSH Add-Ons ================================== + +.. toctree:: + :glob: + :maxdepth: 3 + :titlesonly: + + wapi/index.rst diff --git a/Documentation/applications/wapi/commands.rst b/Documentation/applications/wireless/wapi/commands.rst similarity index 100% rename from Documentation/applications/wapi/commands.rst rename to Documentation/applications/wireless/wapi/commands.rst diff --git a/Documentation/applications/wapi/index.rst b/Documentation/applications/wireless/wapi/index.rst similarity index 100% rename from Documentation/applications/wapi/index.rst rename to Documentation/applications/wireless/wapi/index.rst diff --git a/Documentation/applications/wapi/wireless.rst b/Documentation/applications/wireless/wapi/wireless.rst similarity index 100% rename from Documentation/applications/wapi/wireless.rst rename to Documentation/applications/wireless/wapi/wireless.rst diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 472c00bf7d..8ec4058a1e 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -290,7 +290,7 @@ the result by running ``ifconfig`` afterwards. .. tip:: Boards usually expose a ``wifi`` defconfig which enables Wi-Fi -.. tip:: Please check :doc:`wapi ` documentation for more +.. tip:: Please check :doc:`wapi ` documentation for more information about its commands and arguments. .. note:: The ``wapi psk`` command on Station mode sets a security threshold. That @@ -319,7 +319,7 @@ In this case, you are creating the access point ``nuttxapp`` in your board and t connect to it on your smartphone you will be required to type the password ``mypasswd`` using WPA2. -.. tip:: Please check :doc:`wapi ` documentation for more +.. tip:: Please check :doc:`wapi ` documentation for more information about its commands and arguments. The ``dhcpd_start`` is necessary to let your board to associate an IP to your smartphone.