Searched refs:ax_cfg (Results 1 – 4 of 4) sorted by relevance
173 struct nxpwifi_11ax_he_cfg *ax_cfg) in nxpwifi_cmd_11ax_cfg() argument175 struct host_cmd_11ax_cfg *he_cfg = &cmd->params.ax_cfg; in nxpwifi_cmd_11ax_cfg()183 he_cfg->band_config = ax_cfg->band; in nxpwifi_cmd_11ax_cfg()185 if (ax_cfg->he_cap_cfg.len && in nxpwifi_cmd_11ax_cfg()186 ax_cfg->he_cap_cfg.ext_id == WLAN_EID_EXT_HE_CAPABILITY) { in nxpwifi_cmd_11ax_cfg()188 header->type = cpu_to_le16(ax_cfg->he_cap_cfg.id); in nxpwifi_cmd_11ax_cfg()189 header->len = cpu_to_le16(ax_cfg->he_cap_cfg.len); in nxpwifi_cmd_11ax_cfg()191 &ax_cfg->he_cap_cfg.ext_id, in nxpwifi_cmd_11ax_cfg()192 ax_cfg->he_cap_cfg.len); in nxpwifi_cmd_11ax_cfg()193 cmd_size += (sizeof(*header) + ax_cfg->he_cap_cfg.len); in nxpwifi_cmd_11ax_cfg()[all …]
49 struct nxpwifi_11ax_he_cfg *ax_cfg);53 struct nxpwifi_11ax_he_cfg *ax_cfg);
1023 struct nxpwifi_11ax_he_cfg ax_cfg; in nxpwifi_set_11ax_status() local1029 ax_cfg.band = BIT(0); in nxpwifi_set_11ax_status()1031 ax_cfg.band = BIT(1); in nxpwifi_set_11ax_status()1036 HOST_ACT_GEN_GET, 0, &ax_cfg, true); in nxpwifi_set_11ax_status()1045 ax_cfg.he_cap_cfg.id = he_cap->id; in nxpwifi_set_11ax_status()1046 ax_cfg.he_cap_cfg.len = he_cap->datalen; in nxpwifi_set_11ax_status()1054 memcpy(ax_cfg.data + 4, in nxpwifi_set_11ax_status()1059 if (ax_cfg.he_cap_cfg.len && in nxpwifi_set_11ax_status()1060 ax_cfg.he_cap_cfg.ext_id == WLAN_EID_EXT_HE_CAPABILITY) { in nxpwifi_set_11ax_status()1061 memset(ax_cfg.he_cap_cfg.he_txrx_mcs_support, 0xff, in nxpwifi_set_11ax_status()[all …]
2446 struct host_cmd_11ax_cfg ax_cfg; member