nRF WiFi
Loading...
Searching...
No Matches
hal_api.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
13#ifndef __HAL_API_OFF_RAW_TX_H__
14#define __HAL_API_OFF_RAW_TX_H__
15
16#include "osal_api.h"
17#include "common/rpu_if.h"
18#include "bal_api.h"
20#include "common/hal_mem.h"
21#include "common/hal_reg.h"
24
26 void *mac_dev_ctx);
27#endif /* __HAL_API_OFF_RAW_TX_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_off_raw_tx_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