doc: net: Add Wi-Fi management

Add Wi-Fi management docs and APIs.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2023-06-30 02:20:49 +05:30 committed by Carles Cufí
parent 5ec3650d9f
commit 3e1681eaa1
2 changed files with 31 additions and 0 deletions

View file

@ -10,3 +10,4 @@ Networking Technologies
ieee802154.rst
thread.rst
ppp.rst
wifi.rst

View file

@ -0,0 +1,30 @@
.. _wifi_mgmt:
Wi-Fi Management
################
Overview
========
The Wi-Fi management API is used to manage Wi-Fi networks. It supports below modes:
* IEEE802.11 Station (STA)
* IEEE802.11 Access Point (AP)
Only personal mode security is supported with below types:
* Open
* WPA2-PSK
* WPA3-PSK-256
* WPA3-SAE
The Wi-Fi management API is implemented in the `wifi_mgmt` module as a part of the networking L2 stack.
Currently, two types of Wi-Fi drivers are supported:
* Networking or socket offloaded drivers
* Native L2 Ethernet drivers
API Reference
*************
.. doxygengroup:: wifi_mgmt