Skip to content

Commit

Permalink
doc: net: Add Wi-Fi management
Browse files Browse the repository at this point in the history
Add Wi-Fi management docs and APIs.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Jul 4, 2023
1 parent d9d93d8 commit c72ff04
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/connectivity/networking/api/net_tech.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Networking Technologies
ieee802154.rst
thread.rst
ppp.rst
wifi.rst
23 changes: 23 additions & 0 deletions doc/connectivity/networking/api/wifi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _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)

The Wi-Fi management API is implemented in the `wifi_mgmt` module as a networking L2 stack.
Currently, two Wi-Fi drivers are supported:

* Networking or socket offloaded drivers
* Native L2 Ethernet drivers

API Reference
*************

.. doxygengroup:: wifi_mgmt

0 comments on commit c72ff04

Please sign in to comment.