File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
connectivity/networking/api Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ The Wi-Fi management API is used to manage Wi-Fi networks. It supports below mod
1010
1111* IEEE802.11 Station (STA)
1212* IEEE802.11 Access Point (AP)
13+ * IEEE802.11 P2P (Wi-Fi Direct)
1314
1415Only personal mode security is supported with below types:
1516
@@ -215,6 +216,19 @@ The test certificates in ``samples/net/wifi/test_certs/rsa2k`` are generated usi
215216.. note ::
216217 These certificates are for testing only and should not be used in production.
217218
219+ Wi-Fi P2P (Wi-Fi Direct)
220+ ************************
221+
222+ Wi-Fi P2P or Wi-Fi Direct enables devices to communicate directly with each other without requiring
223+ a traditional access point. This feature is particularly useful for device-to-device communication
224+ scenarios.
225+
226+ To enable and build with Wi-Fi P2P support:
227+
228+ .. code-block :: bash
229+
230+ $ west build -p -b < board> samples/net/wifi/shell -- -DCONFIG_WIFI_NM_WPA_SUPPLICANT_P2P=y
231+
218232 API Reference
219233*************
220234
Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ New APIs and options
102102 * :dtcompatible: `jedec,mspi-nor ` now allows MSPI configuration of read, write and
103103 control commands separately via devicetree.
104104
105+ * Networking
106+
107+ * Wi-Fi
108+
109+ * Add support for Wi-Fi Direct (P2P) mode.
110+
105111* Settings
106112
107113 * :kconfig:option: `CONFIG_SETTINGS_SAVE_SINGLE_SUBTREE_WITHOUT_MODIFICATION `
You can’t perform that action at this time.
0 commit comments