14#ifndef __HAL_API_RT_H__
15#define __HAL_API_RT__H__
Header containing API declarations for the HAL Layer of the Wi-Fi driver.
Header containing memory read/write specific declarations for the HAL Layer of the Wi-Fi driver.
Header containing register read/write specific declarations for the HAL Layer of the Wi-Fi driver.
Header containing structure declarations for the HAL Layer of the Wi-Fi driver.
struct nrf_wifi_hal_dev_ctx * nrf_wifi_rt_hal_dev_add(struct nrf_wifi_hal_priv *hpriv, void *mac_dev_ctx)
Common structures and definitions for RPU interface.
struct nrf_wifi_hal_priv * hpriv
Definition hal_structs_common.h:203
void * mac_dev_ctx
Definition hal_structs_common.h:205
Structure to hold per device context information for the HAL layer.
Definition hal_structs_common.h:201
Structure to hold context information for the HAL layer.
Definition hal_structs_common.h:169