![]() |
nRF WiFi
|
This structure defines the command responsible for initializing the UMAC. After the host driver brings up, the host sends NRF_WIFI_CMD_INIT to the RPU. The RPU then performs the initialization and responds with NRF_WIFI_EVENT_INIT_DONE once the initialization is completed. More...
#include <host_rpu_sys_if.h>
Data Fields | |
| struct nrf_wifi_sys_head | sys_head |
| unsigned int | wdev_id |
| struct nrf_wifi_sys_params | sys_params |
| struct rx_buf_pool_params | rx_buf_pools [MAX_NUM_OF_RX_QUEUES] |
| struct nrf_wifi_data_config_params | data_config_params |
| struct temp_vbat_config | temp_vbat_config_params |
| unsigned char | tcp_ip_checksum_offload |
| unsigned char | country_code [2] |
| unsigned int | op_band |
| unsigned char | mgmt_buff_offload |
| unsigned int | feature_flags |
| unsigned int | disable_beamforming |
| unsigned int | discon_timeout |
| unsigned char | ps_exit_strategy |
| unsigned int | watchdog_timer_val |
| unsigned char | keep_alive_enable |
| unsigned int | keep_alive_period |
| unsigned int | display_scan_bss_limit |
| unsigned int | coex_disable_ptiwin_for_wifi_scan |
| unsigned char | raw_scan_enable |
| unsigned int | max_ps_poll_fail_cnt |
| unsigned int | stbc_enable_in_ht |
| unsigned int | dbs_war_ctrl |
| unsigned int | dynamic_ed |
| unsigned int | bt_slot_time_in_ms |
| unsigned int | bt_coex_disable |
| unsigned char | display_scan_abort_on_bss_limit |
This structure defines the command responsible for initializing the UMAC. After the host driver brings up, the host sends NRF_WIFI_CMD_INIT to the RPU. The RPU then performs the initialization and responds with NRF_WIFI_EVENT_INIT_DONE once the initialization is completed.