Documentation: move wapi to applications/wireless

This commit is contained in:
raiden00pl 2023-10-23 09:55:25 +02:00 committed by Xiang Xiao
parent a03b41291b
commit f486c59f6f
6 changed files with 9 additions and 3 deletions

View File

@ -37,6 +37,5 @@ more information at the repository.
wireless/index.rst
nxdiag/index.rst
wapi/index.rst
examples/index.rst

View File

@ -1,3 +1,10 @@
==================================
Wireless Libraries and NSH Add-Ons
==================================
.. toctree::
:glob:
:maxdepth: 3
:titlesonly:
wapi/index.rst

View File

@ -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 </applications/wapi/index>` documentation for more
.. tip:: Please check :doc:`wapi </applications/wireless/wapi/index>` 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 </applications/wapi/index>` documentation for more
.. tip:: Please check :doc:`wapi </applications/wireless/wapi/index>` 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.