![]() |
nRF Connect SDK API 3.4.99
|
Go to the source code of this file.
Data Structures | |
| struct | host_rpu_msg_hdr |
| Common header included in each command/event. More... | |
| struct | host_rpu_msg |
| This structure defines the common message header used to encapsulate each message exchanged between the Host and UMAC. More... | |
| struct | chan_params |
| |
| struct | rpu_conf_rx_radio_test_params |
| This structure specifies the parameters required to start or stop the RX (receive) operation in radiotest mode. More... | |
| struct | nrf_wifi_sys_head |
| The UMAC header structure for system commands and events defines the format used to transmit and receive system-level commands and events. More... | |
| struct | nrf_wifi_tx_pwr_ctrl_params |
| This structure defines the parameters used to control the transmit (TX) power. More... | |
| struct | nrf_wifi_data_config_params |
| This structure specifies the configuration parameters used for configuring data-related settings. More... | |
| struct | nrf_wifi_sys_params |
| This structure specifies the parameters that need to be provided for the command NRF_WIFI_CMD_INIT for all modes. The NRF_WIFI_CMD_INIT command is typically used to initialize the Wi-Fi module and prepare it for further communication. More... | |
| struct | rx_buf_pool_params |
| struct | temp_vbat_config |
| struct | nrf_wifi_ftm_loc_params |
| struct | nrf_wifi_cmd_sys_init |
| 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... | |
| struct | nrf_wifi_cmd_sys_deinit |
| This structure defines the command used to de-initialize the RPU. More... | |
| struct | nrf_wifi_cmd_he_gi_ltf_config |
| This structure defines the command used to configure High-Efficiency Guard Interval(HE-GI) and High-Efficiency Long Training Field (HE-LTF). More... | |
| struct | nrf_wifi_cmd_mode |
| struct | rpu_conf_params |
| This structure describes different Physical Layer (PHY) configuration parameters used in RF test and Radio test scenarios. These parameters are specific to testing and evaluating the performance of the radio hardware. More... | |
| struct | nrf_wifi_cmd_mode_params |
| This structure defines the command used to configure the RPU with different PHY configuration parameters specifically designed for RF test and Radio test scenarios. The command is intended to set up the RPU for testing and evaluating the performance of the radio hardware. More... | |
| struct | nrf_wifi_radio_test_init_info |
| This structure represents the parameters required to initialize a radio test. More... | |
| struct | nrf_wifi_cmd_radio_test_init |
| This structure defines the command used to initialize a radio test. More... | |
| struct | nrf_wifi_cmd_rx |
| This structure defines the command used to enable or disable the reception (Rx). It allows controlling the radio hardware's receive functionality to start or stop listening for incoming data frames. More... | |
| struct | nrf_wifi_cmd_mac_param_update |
| Radio test command for MAC/PHY update using the full set of rpu_conf_params (see LMAC_CMD_CONFIG_MAC_PARAMS). More... | |
| struct | nrf_wifi_cmd_get_stats |
| This structure defines the command used to retrieve statistics from the RPU. More... | |
| struct | nrf_wifi_umac_cmd_debug_stats |
| This structure defines the command used to retrieve statistics from the RPU. More... | |
| struct | nrf_wifi_umac_event_debug_stats |
| This structure defines the event used to send statistics to the Host. More... | |
| struct | nrf_wifi_umac_event_error_stats |
| This structure defines the event used to send error statistics to the Host. More... | |
| struct | nrf_wifi_cmd_set_channel |
| This structure represents the channel parameters to configure specific channel. More... | |
| struct | nrf_wifi_cmd_raw_config_mode |
| This structure defines the command used to configure promiscuous mode/Monitor mode/Packet injector mode. More... | |
| struct | nrf_wifi_cmd_raw_config_filter |
| This structure defines the command used to configure filters and capture length in promiscuous and monitor modes. More... | |
| struct | nrf_wifi_raw_tx_pkt |
| This structure defines the raw tx parameters used in packet injector mode. More... | |
| struct | nrf_wifi_cmd_raw_tx |
| This structure defines the command used to configure packet injector mode. More... | |
| struct | nrf_wifi_offload_ctrl_params |
| This structure defines the offloaded raw tx control information. More... | |
| struct | nrf_wifi_offload_tx_ctrl |
| This structure defines the offloading raw tx parameters. More... | |
| struct | nrf_wifi_cmd_offload_raw_tx_params |
| This structure defines the command used for offloading Raw tx. More... | |
| struct | nrf_wifi_cmd_offload_raw_tx_ctrl |
| This structure defines the command used for offloading Raw tx. More... | |
| struct | nrf_wifi_event_set_channel |
| This structure defines an event that indicates set channel command done. More... | |
| struct | nrf_wifi_event_raw_config_mode |
| This structure defines an event that indicates set raw config mode command done. More... | |
| struct | nrf_wifi_event_raw_config_filter |
| This structure defines an event that indicates set raw config filter command done. More... | |
| struct | nrf_wifi_event_raw_tx_done |
| This structure defines an event that indicates the Raw tx done. More... | |
| struct | nrf_wifi_cmd_clear_stats |
| This structure defines the command used to clear or reset statistics. More... | |
| struct | nrf_wifi_cmd_pwr |
| This structure represents the command used to obtain power monitor information specific to different data types. More... | |
| struct | coex_wlan_switch_ctrl |
| Structure for coexistence (coex) switch configuration. More... | |
| struct | nrf_wifi_cmd_srcoex |
| The structure represents the command used to configure the Wi-Fi side shared switch for SR coexistence. More... | |
| struct | rpu_cmd_coex_config_info |
| The structure defines the parameters used to configure the coexistence hardware. More... | |
| struct | nrf_wifi_cmd_coex_config |
| This structure defines the command used to configure the coexistence hardware. More... | |
| struct | rpu_evnt_coex_config_info |
| This structure describes the coexistence configuration data received in the NRF_WIFI_EVENT_COEX_CONFIG event. More... | |
| struct | nrf_wifi_event_coex_config |
| This structure defines the event used to represent coexistence configuration. More... | |
| struct | nrf_wifi_cmd_fix_tx_rate |
| This structure defines the command used to fix the transmission (Tx) data rate. The command allows setting a specific data rate for data transmission, ensuring that the system uses the designated rate instead of dynamically adapting to changing channel conditions. More... | |
| struct | rpu_cmd_rftest_info |
| This structure describes rf test command information. More... | |
| struct | nrf_wifi_cmd_rftest |
| This structure defines the command used for RF (Radio Frequency) testing. RF test commands are specifically designed to configure and control the radio hardware for conducting tests and evaluating its performance in various scenarios. More... | |
| struct | rpu_evnt_rftest_info |
| This structure describes rf test event information. More... | |
| struct | nrf_wifi_event_rftest |
| This structure describes the event generated during RF (Radio Frequency) testing. More... | |
| struct | rpu_sys_fw_stats |
| This structure is a comprehensive combination of all the firmware statistics that the RPU (Radio Processing Unit) can provide in System mode. More... | |
| struct | rpu_rt_fw_stats |
| This structure is a comprehensive combination of all the firmware statistics that the RPU (Radio Processing Unit) can provide in Radio test mode. More... | |
| struct | rpu_off_raw_tx_fw_stats |
| This structure defines the Offloaded raw tx debug statistics. More... | |
| struct | nrf_wifi_sys_umac_event_stats |
| This structure represents the event that provides RPU statistics in response to the command NRF_WIFI_CMD_GET_STATS in a wireless communication system in System mode. More... | |
| struct | nrf_wifi_rt_umac_event_stats |
| This structure represents the event that provides RPU statistics in response to the command NRF_WIFI_CMD_GET_STATS in a wireless communication system in Radio test mode. More... | |
| struct | nrf_wifi_off_raw_tx_umac_event_stats |
| This structure represents the event that provides RPU statistics in response to the command NRF_WIFI_CMD_GET_STATS in a wireless communication system in Offloaded raw TX mode. More... | |
| struct | nrf_wifi_umac_event_err_status |
| This structure defines an event that indicates the error status values that may occur during a radio test. It serves as a response to the radio test commands. More... | |
| struct | nrf_wifi_event_init_done |
| This structure represents the UMAC initialization done event. The event is sent by the RPU (Radio Processing Unit) in response to the NRF_WIFI_CMD_INIT command, indicating that the RPU initialization process has been completed successfully. More... | |
| struct | umac_int_stats |
| This structure represents the event that provides UMAC (Upper MAC) internal memory statistics in response to the NRF_WIFI_CMD_UMAC_INT_STATS command. More... | |
| struct | nrf_wifi_event_deinit_done |
| This structure represents the event that indicates the completion of UMAC deinitialization. The RPU sends this event as a response to the NRF_WIFI_CMD_DEINIT command, signaling that the UMAC has been successfully deinitialized. More... | |
| struct | nrf_wifi_cmd_reset_stats |
| This structure describes the command for reset of interface statistics. More... | |
| struct | nrf_wifi_cmd_gi_config |
| struct | lmac_prod_stats |
| struct | phy_prod_stats |
| union | rpu_stats |
| struct | hpqmQueue |
| struct | INT_HPQ |
| struct | lmac_fw_config_params |
| lmac firmware config params More... | |
| struct | nrf_wifi_rf_test_capture_params |
| struct | nrf_wifi_rf_test_tx_params |
| struct | nrf_wifi_rf_get_xo_value |
| struct | nrf_wifi_board_params |
| This structure defines board dependent parameters like PCB loss. More... | |
| struct | host_rpu_umac_info |
| This structure represents the information related to UMAC. More... | |
| struct | nrf_wifi_fmac_otp_info |
| Structure to hold OTP region information. More... | |
| struct | nrf_wifi_xo_freq_offset |
| struct | nrf_wifi_pd_adst_val |
| struct | nrf_wifi_tx_pwr_systm_offset |
| struct | nrf_wifi_tx_pwr_ceil |
| struct | nrf_wifi_rx_gain_offset |
| struct | nrf_wifi_temp_volt_depend_params |
| struct | nrf_wifi_phy_rf_params |
| struct | nrf_wifi_tx_pwr_ceil_params |
| This structure defines the parameters used to control the max transmit (TX) power in both frequency bands for different data rates. More... | |
| struct | nrf_wifi_cmd_coding_type_config |
| struct | nrf_wifi_cmd_xo_tune |
| struct | nrf_wifi_cmd_sqi |
| This structure defines the parameters used to configure Signal Quality Indicator (SQI) measurement. More... | |
| struct | coex_ppw_parameters_t |
| struct | cd2cm_genarate_ppw_t |
| struct | coex_wifi_priority_range_t |
| struct | coex_sr_priority_range_t |
| struct | cd2cm_enable_coexistence_t |
| struct | cd2cm_set_priority_ranges_t |
| struct | cd2cm_get_coex_stats_t |
| struct | coex_sw_client_params_t |
| struct | cd2cm_wifi_sw_client_request_t |
| struct | wifi_scan_puncture_info_t |
| struct | coex_user_params_t |
| struct | cd2cm_coex_user_params_t |
| struct | lmac_tuning_params |
| struct | nrf_wifi_vtf_params |
| struct | nrf_wifi_cmd_lmac_tuning_params |