From f486c59f6fed75427d469f79b51ba55d044ca70e Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 23 Oct 2023 09:55:25 +0200 Subject: [PATCH] Documentation: move wapi to applications/wireless --- Documentation/applications/index.rst | 1 - Documentation/applications/wireless/index.rst | 7 +++++++ .../applications/{ => wireless}/wapi/commands.rst | 0 Documentation/applications/{ => wireless}/wapi/index.rst | 0 .../applications/{ => wireless}/wapi/wireless.rst | 0 Documentation/platforms/xtensa/esp32/index.rst | 4 ++-- 6 files changed, 9 insertions(+), 3 deletions(-) rename Documentation/applications/{ => wireless}/wapi/commands.rst (100%) rename Documentation/applications/{ => wireless}/wapi/index.rst (100%) rename Documentation/applications/{ => wireless}/wapi/wireless.rst (100%) 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.