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:
parent
5ec3650d9f
commit
3e1681eaa1
|
@ -10,3 +10,4 @@ Networking Technologies
|
|||
ieee802154.rst
|
||||
thread.rst
|
||||
ppp.rst
|
||||
wifi.rst
|
||||
|
|
30
doc/connectivity/networking/api/wifi.rst
Normal file
30
doc/connectivity/networking/api/wifi.rst
Normal 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
|
Loading…
Reference in a new issue