31 lines
605 B
ReStructuredText
31 lines
605 B
ReStructuredText
|
.. _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
|