You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf70/features.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,7 @@ The nRF70 Series devices also support the following functionalities:
51
51
* :ref:`Promiscuous reception <ug_nrf70_developing_promiscuous_packet_reception>`: Allows the reception of IEEE 802.11 packets from a connected BSSID when operating in Station mode.
52
52
* :ref:`Offloaded raw transmission <ug_nrf70_developing_offloaded_raw_tx>`: Allows the offloading of raw IEEE 802.11 frame transmission to the nRF Wi-Fi driver.
53
53
* :ref:`Wi-Fi advanced security modes <ug_nrf70_wifi_advanced_security_modes>`: Allows the use of advanced security modes, certificate-based Wi-Fi security, and the Platform Security Architecture (PSA) security framework.
54
-
55
-
Peer-to-peer support in the form of Wi-Fi Direct® will be available in the future.
54
+
* :ref:`Wi-Fi Direct® (P2P mode) <ug_wifi_direct>`: Allows the establishment of direct device-to-device connections without requiring a traditional access point.
56
55
57
56
See the :ref:`ug_wifi` documentation for more information related to Wi-Fi modes of operation.
Copy file name to clipboardExpand all lines: doc/nrf/drivers/wifi/nrf70_native.rst
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Design overview
36
36
The nRF Wi-Fi driver follows an OS-agnostic design, and the driver implementation is split into OS-agnostic and OS (Zephyr)-specific code.
37
37
The OS-agnostic code is located in the :file:`${ZEPHYR_BASE}/../modules/nrf_wifi/` folder, and the Zephyr OS port is located in the :file:`${ZEPHYR_BASE}/drivers/wifi/nrf_wifi/` folder.
38
38
39
-
The driver supports two modes of operation:
39
+
The driver supports three modes of operation:
40
40
41
41
Wi-Fi mode
42
42
==========
@@ -52,8 +52,7 @@ The driver supports the following IEEE 802.11 features:
52
52
* Scan-only mode
53
53
* IEEE 802.11 :term:`Station mode (STA)`
54
54
* :term:`Software-enabled Access Point (SoftAP or SAP)` mode
55
-
56
-
The Wi-Fi Direct® mode feature is in the driver code but is not yet supported.
Except for scan-only mode, the driver uses the host access point daemon (hostapd) to implement AP Media Access Control (MAC) Sublayer Management Entity (AP MLME) and wpa_supplicant to implement 802.1X supplicant.
59
58
@@ -65,6 +64,14 @@ This is a build time option that you can enable using the :kconfig:option:`CONFI
65
64
66
65
For more details about using this driver in Radio Test mode, see :ref:`wifi_radio_test`.
67
66
67
+
Offloaded raw TX mode
68
+
=====================
69
+
70
+
The nRF Wi-Fi driver supports Offloaded raw TX mode, where the nRF70 Series device transmits frames at regular intervals with very low power consumption.
71
+
Frame transmission is offloaded to the nRF70 device, minimizing host processing and memory requirements.
72
+
73
+
For more details about using this driver in Offloaded raw TX mode, see :ref:`ug_nrf70_developing_offloaded_raw_tx`.
0 commit comments