nrfxlib API 0.1.0
|
Common interface between host and RPU. More...
Data Structures | |
struct | host_rpu_msg |
This structure defines the common message header used to encapsulate each message exchanged between the Host and UMAC. More... | |
struct | sap_client_pend_frames_bitmap |
This new structure represents the bitmap of STA (Station) pending frames in SoftAP power save mode. More... | |
struct | sap_pend_frames_bitmap |
This structure represents the bitmap of STA (Station) pending frames in SoftAP power save mode. More... | |
struct | host_rpu_umac_info |
This structure represents the information related to UMAC. More... | |
struct | nrf_wifi_umac_head |
Data interface Command and Event header. More... | |
struct | tx_mac_hdr_info |
Tx mac80211 header information. More... | |
struct | nrf_wifi_tx_buff_info |
This structure provides the information of each packet in the tx command. More... | |
struct | nrf_wifi_tx_buff |
This structure provides the parameters for the tx command. More... | |
struct | nrf_wifi_tx_buff_done |
This structure represents the Tx done event(NRF_WIFI_CMD_TX_BUFF_DONE). More... | |
struct | nrf_wifi_rx_buff_info |
This structure provides information about the parameters in the RX data event. More... | |
struct | nrf_wifi_rx_buff |
This structure represents RX data event(NRF_WIFI_CMD_RX_BUFF). More... | |
struct | nrf_wifi_data_carrier_state |
This structure provides information about the carrier (interface) state. More... | |
struct | nrf_wifi_sap_client_pwrsave |
This structure describes an event related to the power save state of the softap's client. When the client is in PS mode (NRF_WIFI_CLIENT_PS_MODE), the host should queue Tx packets. When the client is in wakeup mode (NRF_WIFI_CLIENT_ACTIVE), the host should send all buffered and upcoming Tx packets. More... | |
struct | nrf_wifi_sap_ps_get_frames |
This structure represents an event that instructs the host to transmit a specific number of frames that host queued when softap's client is in power save mode. This event is primarily used when Softap's client operates in legacy power save mode. In this scenario, the access point (AP) is required to send a single packet for every PS POLL frame it receives from the client. Additionally, this mechanism will also be utilized in UAPSD power save. 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 | umac_rx_dbg_params |
This structure specifies the UMAC (Upper MAC) RX (receive) debug parameters specifically designed for debugging purpose. More... | |
struct | umac_tx_dbg_params |
This structure specifies the UMAC TX (transmit) debug parameters used for debugging purposes. More... | |
struct | umac_cmd_evnt_dbg_params |
This structure specifies the UMAC command and event debug parameters used for debugging purpose. More... | |
struct | nrf_wifi_interface_stats |
This structure specifies the UMAC interface debug parameters used for debugging purpose. More... | |
struct | rpu_umac_stats |
This structure defines the UMAC debug statistics. It contains the necessary parameters and fields used to gather and present debugging statistics within the UMAC layer. More... | |
struct | rpu_lmac_stats |
This structure defines the LMAC debug parameters. More... | |
struct | rpu_phy_stats |
This structure defines the PHY (Physical Layer) debug statistics. 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_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. The NRF_WIFI_CMD_INIT command is typically used to initialize the Wi-Fi module and prepare it for further communication. More... | |
struct | nrf_wifi_tx_pwr_ctrl_params |
This structure defines the parameters used to control the transmit (TX) power. More... | |
struct | nrf_wifi_board_params |
This structure defines board dependent parameters like PCB loss. More... | |
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 | 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_get_stats |
This structure defines the command used to retrieve statistics from the RPU. 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_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 | nrf_wifi_event_pwr_data |
This structure represents the power data event generated in response to the NRF_WIFI_CMD_PWR command. More... | |
struct | rpu_fw_stats |
This structure is a comprehensive combination of all the firmware statistics that the RPU (Radio Processing Unit) can provide. More... | |
struct | nrf_wifi_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. 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 | pool_data_to_host |
structure for UMAC memory pool information. 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_ssid |
This structure provides details about the SSID. More... | |
struct | nrf_wifi_ie |
This structure contains data related to the Information Elements (IEs). More... | |
struct | nrf_wifi_seq |
Transmit key sequence number. More... | |
struct | nrf_wifi_key |
This structure holds information related to a security key. More... | |
struct | nrf_wifi_sae |
This structure represents SAE elements in Authentication frame. More... | |
struct | nrf_wifi_frame |
This structure defines the frame that is intended for transmission. More... | |
struct | nrf_wifi_index_ids |
This structure contains details about the interface information. More... | |
struct | nrf_wifi_supp_rates |
This structure provides information about the rate parameters. More... | |
struct | nrf_wifi_channel |
This structure contains details about a channel's information. More... | |
struct | nrf_wifi_scan_params |
This structure provides details about the parameters required for a scan request. More... | |
struct | nrf_wifi_ht_vht_capabilities |
This structure contains specific information about the VHT (Very High Throughput) and HT ((High Throughput)) capabilities. More... | |
struct | nrf_wifi_signal |
This structure represents information related to the signal strength. More... | |
struct | nrf_wifi_connect_common_info |
This structure contains parameters related to the connection. More... | |
struct | nrf_wifi_beacon_data |
This structure provides information about beacon and probe data. More... | |
struct | nrf_wifi_sta_flag_update |
This structure provides information regarding station flags. More... | |
struct | nrf_wifi_rate_info |
This structure contains information about rate parameters. More... | |
struct | nrf_wifi_sta_bss_parameters |
This structure provides information about the Basic Service Set (BSS) parameters for the attached station. More... | |
struct | nrf_wifi_sta_info |
This structure contains information about a Station (STA). More... | |
struct | nrf_wifi_umac_hdr |
The command header expected by UMAC to handle requests from the control interface. More... | |
struct | nrf_wifi_umac_key_info |
This structure contains information about a security key. More... | |
struct | nrf_wifi_umac_scan_info |
This structure contains details about scan request information. More... | |
struct | nrf_wifi_umac_cmd_scan |
This structure defines a command scan request. More... | |
struct | nrf_wifi_umac_cmd_abort_scan |
This structure defines a command to abort a scan request. More... | |
struct | nrf_wifi_umac_cmd_get_scan_results |
TThis structure defines a command to request scan results. This command should be executed only if we have received a NRF_WIFI_UMAC_EVENT_SCAN_DONE event for a previous scan. More... | |
struct | nrf_wifi_umac_event_scan_done |
This structure provides details about the "Scan Done" event. More... | |
struct | nrf_wifi_umac_mcast_cfg |
This structure represents the parameters used to configure the multicast address filter. More... | |
struct | nrf_wifi_umac_cmd_mcast_filter |
This structure defines a command used to set multicast (mcast) addresses. More... | |
struct | nrf_wifi_umac_change_macaddr_info |
This structure represents the parameters used to change the MAC address. More... | |
struct | nrf_wifi_umac_cmd_change_macaddr |
This structure describes command to change MAC address. This has to be used only when the interface is down. More... | |
struct | nrf_wifi_umac_auth_info |
This structure specifies the parameters to be used when sending an authentication request. More... | |
struct | nrf_wifi_umac_cmd_auth |
This structure defines a command used to send an authentication request. More... | |
struct | nrf_wifi_umac_assoc_info |
This structure specifies the parameters to be used when sending an association request. More... | |
struct | nrf_wifi_umac_cmd_assoc |
This structure specifies the parameters to be used when sending an association request. More... | |
struct | nrf_wifi_umac_disconn_info |
This structure specifies the parameters to be passed while sending a deauthentication request (NRF_WIFI_UMAC_CMD_DEAUTHENTICATE). More... | |
struct | nrf_wifi_umac_cmd_disconn |
This structure specifies the parameters to be used when sending a disconnect request. More... | |
struct | nrf_wifi_umac_add_vif_info |
This structure contains the information to be passed to the RPU to create a new virtual interface using the NRF_WIFI_UMAC_CMD_NEW_INTERFACE command. More... | |
struct | nrf_wifi_umac_cmd_add_vif |
This structure defines a command used to create a new virtual interface using the NRF_WIFI_UMAC_CMD_NEW_INTERFACE command. More... | |
struct | nrf_wifi_umac_cmd_del_vif |
This structure defines a command used to delete a virtual interface. However, this command is not allowed on the default interface. More... | |
struct | nrf_wifi_umac_frame_match |
This structure represents the data of management frame that must be matched for processing in userspace. More... | |
struct | nrf_wifi_umac_mgmt_frame_info |
This structure contains information about the type of management frame that should be passed to the driver for processing in userspace. More... | |
struct | nrf_wifi_umac_cmd_mgmt_frame_reg |
This structure defines a command to inform the RPU to register a management frame, which must not be filtered by the RPU and should instead be passed to the host for userspace processing. More... | |
struct | nrf_wifi_umac_cmd_key |
This structure represents command to add a new key. More... | |
struct | nrf_wifi_umac_cmd_set_key |
This structure defines a command that is used to add a new key. More... | |
struct | nrf_wifi_umac_bss_info |
This structure contains parameters that describe the BSS (Basic Service Set) information. More... | |
struct | nrf_wifi_umac_cmd_set_bss |
This structure represents a command used to set BSS (Basic Service Set) parameters. More... | |
struct | freq_params |
This structure contains information about frequency parameters. More... | |
struct | nrf_wifi_txq_params |
This structure contains information about transmit queue parameters. More... | |
struct | nrf_wifi_tx_power_setting |
This structure contains the parameters related to the transmit power setting. More... | |
struct | nrf_wifi_umac_set_wiphy_info |
This structure contains information about the configuration parameters needed to set up and configure the wireless Physical Layer. More... | |
struct | nrf_wifi_umac_cmd_set_wiphy |
This structure defines the command to set the wireless PHY configuration. More... | |
struct | nrf_wifi_umac_del_sta_info |
This structure contains the parameters to delete a station. More... | |
struct | nrf_wifi_umac_cmd_del_sta |
This structure defines the command to delete a station. More... | |
struct | nrf_wifi_umac_get_sta_info |
This structure contains the information required for obtaining station details. More... | |
struct | nrf_wifi_umac_cmd_get_sta |
This structure defines the command to get station information. More... | |
struct | nrf_wifi_ext_capability |
Extended capability information. More... | |
struct | nrf_wifi_supported_channels |
Supported channels. More... | |
struct | nrf_wifi_supported_oper_classes |
Operating classes information. More... | |
struct | nrf_wifi_sta_flags2 |
Station flags. More... | |
struct | nrf_wifi_umac_chg_sta_info |
This structure represents the information needed to update a station entry in the RPU. More... | |
struct | nrf_wifi_umac_cmd_chg_sta |
This structure defines the command for updating the parameters of a station entry. More... | |
struct | nrf_wifi_umac_add_sta_info |
This structure describes the parameters for adding a new station entry to the RPU. More... | |
struct | nrf_wifi_umac_cmd_add_sta |
This structure defines the command for adding a new station entry. More... | |
struct | nrf_wifi_umac_start_ap_info |
This structure describes the parameters required to be passed to the RPU when initiating a SoftAP (Soft Access Point). More... | |
struct | nrf_wifi_umac_cmd_start_ap |
This structure defines the command for starting the SoftAP using NRF_WIFI_UMAC_CMD_NEW_BEACON and NRF_WIFI_UMAC_CMD_START_AP. More... | |
struct | nrf_wifi_umac_cmd_stop_ap |
This structure defines the command used to stop Soft AP operation. More... | |
struct | nrf_wifi_umac_set_beacon_info |
This structure represents the parameters that must be passed to the RPU when configuring Beacon and Probe response data. More... | |
struct | nrf_wifi_umac_cmd_set_beacon |
This structure defines the command for setting the beacon data using NRF_WIFI_UMAC_CMD_SET_BEACON. More... | |
struct | nrf_wifi_umac_chg_vif_attr_info |
This structure contains the information that needs to be provided to the RPU when modifying the attributes of a virtual interface. More... | |
struct | nrf_wifi_umac_cmd_chg_vif_attr |
This structure defines the command used to change the interface. More... | |
struct | nrf_wifi_umac_chg_vif_state_info |
This structure contains the information that needs to be passed to the RPU when changing the interface state, specifically when bringing it up or down. More... | |
struct | nrf_wifi_umac_cmd_chg_vif_state |
This structure defines the command used to change the interface state. More... | |
struct | nrf_wifi_umac_event_vif_state |
This structure defines an event-to-command mapping for NRF_WIFI_UMAC_CMD_SET_IFFLAGS. More... | |
struct | nrf_wifi_cmd_start_p2p |
This structure defines the command used to start P2P (Peer-to-Peer) mode on an interface. More... | |
struct | nrf_wifi_umac_cmd_stop_p2p_dev |
This structure represents the command for stopping P2P mode on an interface. More... | |
struct | nrf_wifi_umac_mgmt_tx_info |
This structure describes the parameters required to transmit a management frame from the host. More... | |
struct | nrf_wifi_umac_cmd_mgmt_tx |
This structure defines the command used to transmit a management frame. More... | |
struct | nrf_wifi_umac_set_power_save_info |
This structure represents the information regarding the power save state. More... | |
struct | nrf_wifi_umac_cmd_set_power_save |
This structure represents the command used to enable or disable the power save functionality. More... | |
struct | nrf_wifi_umac_cmd_set_power_save_timeout |
This structure represents the command to configure power save timeout value. More... | |
struct | nrf_wifi_umac_qos_map_info |
This structure represents the information of qos_map. More... | |
struct | nrf_wifi_umac_cmd_set_qos_map |
This structure represents the information related to the Quality of Service (QoS) map. More... | |
struct | nrf_wifi_umac_cmd_get_tx_power |
This structure defines the command used to retrieve the transmit power information. More... | |
struct | nrf_wifi_umac_cmd_get_reg |
This structure defines the command used to obtain the regulatory domain information. More... | |
struct | nrf_wifi_umac_cmd_get_channel |
This structure defines the command used to retrieve channel information. More... | |
struct | nrf_wifi_umac_config_twt_info |
This structure describes the TWT information. More... | |
struct | nrf_wifi_umac_cmd_config_twt |
This structure defines the parameters required for setting up TWT session. More... | |
struct | nrf_wifi_umac_teardown_twt_info |
This structure represents the TWT delete information. More... | |
struct | nrf_wifi_umac_cmd_teardown_twt |
This structure defines the command used to delete or remove a TWT session. More... | |
struct | twt_sleep_info |
This structure represents the information related to Tx (transmit) block/unblock. More... | |
struct | nrf_wifi_umac_event_twt_sleep |
This structure defines an event used to indicate to the host whether to block or unblock Tx (transmit) packets in TWT communication. More... | |
struct | nrf_wifi_umac_uapsd_info |
This structure represents the information about UAPSD queues. More... | |
struct | nrf_wifi_umac_cmd_config_uapsd |
This structure defines the command used to configure the UAPSD-Q value. More... | |
struct | nrf_wifi_umac_event_trigger_scan |
This structure represents the event used to indicate that a scan has started. More... | |
struct | nrf_wifi_umac_event_new_scan_results |
This structure serves as a response to the command NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS. It contains scan results for each entry. RPU sends multiple events of this type for every scan entry, and when umac_hdr->seq == 0, it indicates the last scan entry. More... | |
struct | umac_display_results |
This structure represents the response for NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS. It contains the displayed scan result. More... | |
struct | nrf_wifi_umac_event_new_scan_display_results |
This structure serves as a response to the command NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS of display scan type. It contains a maximum of DISPLAY_BSS_TOHOST_PEREVENT scan results in each event. When umac_hdr->seq == 0, it indicates the last scan event. More... | |
struct | nrf_wifi_umac_event_mlme |
This structure represent different responses received from the access point during various stages of the connection process like Authentication Response and Association Response. More... | |
struct | nrf_wifi_umac_event_new_station |
This structure represents an event that is generated when a station is added or removed. More... | |
struct | nrf_wifi_umac_event_cookie_rsp |
This structure specifies the cookie response event, which is used to receive an RPU cookie associated with the host cookie passed during NRF_WIFI_UMAC_CMD_FRAME. More... | |
struct | nrf_wifi_umac_event_get_tx_power |
This structure represents the event that corresponds to the command NRF_WIFI_UMAC_CMD_GET_TX_POWER. It is used to retrieve the transmit power information from the device. More... | |
struct | nrf_wifi_umac_event_set_interface |
This structure represents the response to the command NRF_WIFI_UMAC_CMD_SET_INTERFACE. It contains the necessary information indicating the result or status of the interface configuration operation after the command has been executed. More... | |
struct | nrf_wifi_chan_definition |
channel definition. More... | |
struct | nrf_wifi_umac_event_get_channel |
This structure represents channel information and serves as the event for the command NRF_WIFI_UMAC_CMD_GET_CHANNEL. More... | |
struct | nrf_wifi_umac_cmd_conn_info |
This structure represents the command used to retrieve connection information. More... | |
struct | nrf_wifi_umac_event_conn_info |
This structure represents the information related to the connection of a station. More... | |
struct | nrf_wifi_umac_cmd_get_power_save_info |
This structure defines the command used to retrieve power save information. More... | |
struct | nrf_wifi_umac_cmd_set_listen_interval |
This structure defines the command used to set the listen interval period. It determines how frequently a device wakes up to check for any pending data or traffic from the access point. By setting the listen interval, devices can adjust their power-saving behavior to balance power efficiency and responsiveness to incoming data. More... | |
struct | nrf_wifi_umac_cmd_config_extended_ps |
This structure represents the command used to enable or disable extended power save mode. When enabled, the RPU wakes up based on the listen interval, allowing the device to spend more time in a lower power state. When disabled, the RPU wakes up based on the DTIM period, which may require more frequent wake-ups but can provide better responsiveness for receiving multicast/broadcast traffic. More... | |
struct | nrf_wifi_umac_event_power_save_info |
This structure represents an event that provides information about the RPU power save mode. It contains details regarding the current power save mode and its settings. More... | |
struct | remain_on_channel_info |
This structure contains information relevant to the "Remain on Channel" operation. It is used to specify the details related to the duration and channel on which a device needs to stay without regular data transmission or reception. More... | |
struct | nrf_wifi_umac_cmd_remain_on_channel |
This structure represents the command used to keep the device awake on the specified channel for a designated period. The command initiates the "Remain on Channel" operation. More... | |
struct | nrf_wifi_umac_cmd_cancel_remain_on_channel |
This structure represents the command to cancel "Remain on Channel" operation. More... | |
struct | nrf_wifi_event_remain_on_channel |
This structure represents the response to command "Remain on Channel". More... | |
struct | nrf_wifi_cmd_get_interface |
This structure defines the command used to retrieve interface information. More... | |
struct | nrf_wifi_interface_info |
This structure represents an event that contains information about a network interface. More... | |
struct | nrf_wifi_event_mcs_info |
MCS information. More... | |
struct | nrf_wifi_event_sta_ht_cap |
This structure represents HT capability parameters. More... | |
struct | nrf_wifi_event_channel |
This structure represents channel parameters. More... | |
struct | nrf_wifi_event_rate |
This structure represents rate information. More... | |
struct | nrf_wifi_event_vht_mcs_info |
VHT MCS information. More... | |
struct | nrf_wifi_event_sta_vht_cap |
This structure represents VHT capability parameters. More... | |
struct | nrf_wifi_event_supported_band |
Frequency band information. More... | |
struct | nrf_wifi_event_iface_limit |
Interface limits. More... | |
struct | nrf_wifi_event_iface_combination |
This structure defines an event that represents interface combinations. More... | |
struct | nrf_wifi_event_get_wiphy |
This structure represents wiphy parameters. More... | |
struct | nrf_wifi_cmd_get_wiphy |
This structure represents the command used to retrieve Wireless PHY (wiphy) information. More... | |
struct | nrf_wifi_cmd_get_ifhwaddr |
This structure represents the command to get hardware address. More... | |
struct | nrf_wifi_cmd_set_ifhwaddr |
This structure represents the command used to retrieve the hardware address or MAC address of the device. More... | |
struct | nrf_wifi_reg_rules |
This structure represents the information related to the regulatory domain of a wireless device. The regulatory domain defines the specific rules and regulations that govern the usage of radio frequencies in a particular geographical region. More... | |
struct | nrf_wifi_get_reg_chn_info |
This structure represents channels information like maximum power, center frequency, channel supported and active or passive scan. More... | |
struct | nrf_wifi_reg |
This structure represents an event that contains regulatory domain information. More... | |
struct | nrf_wifi_cmd_req_set_reg |
This structure represents the command used to set the regulatory domain for a wireless device. It allows configuring the device to adhere to the rules and regulations specific to the geographical region in which it is operating. More... | |
struct | nrf_wifi_event_regulatory_change |
This structure represents the event that is generated when the regulatory domain is modified or updated. It contains the new regulatory domain information. More... | |
struct | nrf_wifi_umac_event_cmd_status |
This structure represents the status code for a command. It is used to indicate the outcome or result of executing a specific command. The status code provides valuable information about the success, failure, or any errors encountered during the execution of the command, helping to understand the current state of the device. More... | |
struct | nrf_wifi_umac_cmd_config_quiet_period |
This structure represents the command used to configure quiet period. More... | |
struct | lmac_prod_stats |
struct | phy_prod_stats |
union | rpu_stats |
struct | hpqm_queue |
struct | INT_HPQ |
struct | lmac_fw_config_params |
LMAC firmware config params. More... | |
struct | rx_buf_pool_params |
struct | temp_vbat_config |
struct | nrf70_fw_image |
struct | nrf70_fw_image_info |
Common interface between host and RPU.
nRF70 patch version.
Common structures and definitions.
Control interface between host and RPU.
System interface between host and RPU.
Data interface between host and RPU.