nrfxlib API 0.1.0
|
Structure to hold per device context information for the HAL layer. More...
#include <hal_structs.h>
Data Fields | |
struct nrf_wifi_hal_priv * | hpriv |
void * | mac_dev_ctx |
void * | bal_dev_ctx |
unsigned char | idx |
struct nrf_wifi_hal_info | rpu_info |
unsigned int | num_cmds |
void * | cmd_q |
void * | event_q |
enum RPU_PROC_TYPE | curr_proc |
void * | lock_hal |
void * | event_tasklet |
void * | lock_rx |
struct nrf_wifi_hal_buf_map_info * | rx_buf_info [MAX_NUM_OF_RX_QUEUES] |
struct nrf_wifi_hal_buf_map_info * | tx_buf_info |
unsigned long | addr_rpu_pktram_base |
unsigned long | addr_rpu_pktram_base_tx |
unsigned long | addr_rpu_pktram_base_rx |
unsigned long | addr_rpu_pktram_base_rx_pool [MAX_NUM_OF_RX_QUEUES] |
unsigned long | tx_frame_offset |
char * | event_data |
char * | event_data_curr |
unsigned int | event_data_len |
unsigned int | event_data_pending |
unsigned int | event_resubmit |
enum NRF_WIFI_HAL_STATUS | hal_status |
void * | recovery_tasklet |
void * | lock_recovery |
Structure to hold per device context information for the HAL layer.