From 521e1295283e3467f3b8e83e159e6b739d543839 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Fri, 16 Jun 2023 01:03:28 +0530 Subject: [PATCH] doc: net: Add an entry about Wi-Fi Network managers Add the entry to convey support for Wi-Fi Network Managers in Zephyr. Signed-off-by: Chaitanya Tata --- doc/connectivity/networking/overview.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/connectivity/networking/overview.rst b/doc/connectivity/networking/overview.rst index 32d08015abc2ee..c339632fdf18b9 100644 --- a/doc/connectivity/networking/overview.rst +++ b/doc/connectivity/networking/overview.rst @@ -103,6 +103,10 @@ can be disabled if not needed. manage the interface, in example to connect to Wi-Fi network and to scan available Wi-Fi networks. +* **Wi-Fi Network Manager API.** Wi-Fi Network Managers can now register + themselves to the Wi-Fi stack. The Network Managers can then implement + the Wi-Fi Management API and manage the Wi-Fi interface. + * **Multiple Network Technologies.** The Zephyr OS can be configured to support multiple network technologies at the same time simply by enabling them in Kconfig: for example, Ethernet, Wi-Fi and 802.15.4 support. Note