Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.36 KB

low_level_api.rst

File metadata and controls

49 lines (31 loc) · 1.36 KB

Low-level API

The nRF70 Series Wi-Fi® driver provides a low-level API for applications that need direct access to the nRF70 Series device. This is intended for users who want to use the nRF70 Series device on a platform other than Zephyr.

The common API is used for both normal operation and Radio Test mode.

.. doxygengroup:: nrf_wifi_api_common
   :project: wifi

The Radio Test mode is used for testing the RF performance of the nRF70 Series device, mainly to characterize the RF.

Note

Documentation for data structure definitions is disabled for this module. It will be enabled in the future.

.. doxygengroup:: nrf_wifi_api_radio_test
   :project: wifi

The Wi-Fi mode is used for the normal operation of the nRF70 Series device in the :abbr:`STA (Station)` mode or other modes that will be supported in the future.

.. doxygengroup:: nrf_wifi_api
   :project: wifi