Home
last modified time | relevance | path

Searched refs:rx_abort_cfg_ext (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c1509 …HostCmd_DS_RX_ABORT_CFG_EXT *rx_abort_cfg_ext = (HostCmd_DS_RX_ABORT_CFG_EXT *)&cmd->params.rx_abo… in wlan_cmd_rx_abort_cfg_ext() local
1516 rx_abort_cfg_ext->action = wlan_cpu_to_le16(cmd_action); in wlan_cmd_rx_abort_cfg_ext()
1518 if (rx_abort_cfg_ext->action == HostCmd_ACT_GEN_SET) in wlan_cmd_rx_abort_cfg_ext()
1520 rx_abort_cfg_ext->enable = cfg->enable; in wlan_cmd_rx_abort_cfg_ext()
1521 rx_abort_cfg_ext->rssi_margin = (t_s8)cfg->rssi_margin; in wlan_cmd_rx_abort_cfg_ext()
1522 rx_abort_cfg_ext->ceil_rssi_threshold = (t_s8)cfg->ceil_rssi_threshold; in wlan_cmd_rx_abort_cfg_ext()
1523 rx_abort_cfg_ext->floor_rssi_threshold = (t_s8)cfg->floor_rssi_threshold; in wlan_cmd_rx_abort_cfg_ext()
Dmlan_glue.c4568 cfg = (HostCmd_DS_RX_ABORT_CFG_EXT *)&resp->params.rx_abort_cfg_ext; in wifi_process_cmd_response()
4575 … rx_abort_cfg_ext_t *rx_abort_cfg_ext = (rx_abort_cfg_ext_t *)wm_wifi.cmd_resp_priv; in wifi_process_cmd_response() local
4576 rx_abort_cfg_ext->enable = cfg->enable; in wifi_process_cmd_response()
4577 rx_abort_cfg_ext->rssi_margin = (int)cfg->rssi_margin; in wifi_process_cmd_response()
4578 rx_abort_cfg_ext->ceil_rssi_threshold = (int)cfg->ceil_rssi_threshold; in wifi_process_cmd_response()
4579 rx_abort_cfg_ext->floor_rssi_threshold = (int)cfg->floor_rssi_threshold; in wifi_process_cmd_response()
4580rx_abort_cfg_ext->current_dynamic_rssi_threshold = (int)cfg->current_dynamic_rssi_threshold; in wifi_process_cmd_response()
4581rx_abort_cfg_ext->rssi_default_config = (int)cfg->rssi_default_config; in wifi_process_cmd_response()
4582rx_abort_cfg_ext->edmac_enable = (int)cfg->edmac_enable; in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h8091 HostCmd_DS_RX_ABORT_CFG_EXT rx_abort_cfg_ext;