Skip to content

Commit

Permalink
docs/psoc6/quickref.rst: Network module specialization docs.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Jul 21, 2023
1 parent a1b32d3 commit 3285e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/psoc6/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Methods
.. method:: WLAN.status('param')

..warning::
The function does not provide status of the connection. Use the ``active()`` for that purpose. Any errors or failure are communicated when usin the corresponding enable/disable or connect/disconnect functions.
The function does not provide status of the connection. Use the ``active()`` for that purpose. Any errors or failure are communicated when using the corresponding enable/disable or connect/disconnect functions.

The following query parameters are allowed.
* ``rssi``. Only for STA.
Expand All @@ -270,7 +270,7 @@ Methods
.. method:: WLAN.config('param')
WLAN.config(param=value, ...)

Among the suggested parameters of the general network WLAN API, for this port, only these are avaiable:
Among the suggested parameters of the general network WLAN API, for this port, only these are available:
* AP & STA query parameters:
- ``channel``
- ``ssid``
Expand Down

0 comments on commit 3285e8b

Please sign in to comment.