Home
last modified time | relevance | path

Searched refs:he_cap_cfg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c2242 struct nxpwifi_11ax_he_cap_cfg *he_cap_cfg) in nxpwifi_update_11ax_ie() argument
2245 he_cap_cfg->cap_elem.mac_cap_info[0] &= UAP_HE_MAC_CAP0_MASK; in nxpwifi_update_11ax_ie()
2246 he_cap_cfg->cap_elem.mac_cap_info[1] &= UAP_HE_MAC_CAP1_MASK; in nxpwifi_update_11ax_ie()
2247 he_cap_cfg->cap_elem.mac_cap_info[2] &= UAP_HE_MAC_CAP2_MASK; in nxpwifi_update_11ax_ie()
2248 he_cap_cfg->cap_elem.mac_cap_info[3] &= UAP_HE_MAC_CAP3_MASK; in nxpwifi_update_11ax_ie()
2249 he_cap_cfg->cap_elem.mac_cap_info[4] &= UAP_HE_MAC_CAP4_MASK; in nxpwifi_update_11ax_ie()
2250 he_cap_cfg->cap_elem.mac_cap_info[5] &= UAP_HE_MAC_CAP5_MASK; in nxpwifi_update_11ax_ie()
2251 he_cap_cfg->cap_elem.phy_cap_info[0] &= UAP_HE_PHY_CAP0_MASK; in nxpwifi_update_11ax_ie()
2252 he_cap_cfg->cap_elem.phy_cap_info[1] &= UAP_HE_PHY_CAP1_MASK; in nxpwifi_update_11ax_ie()
2253 he_cap_cfg->cap_elem.phy_cap_info[2] &= UAP_HE_PHY_CAP2_MASK; in nxpwifi_update_11ax_ie()
[all …]
H A D11ax.c185 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()
209 struct nxpwifi_11ax_he_cap_cfg *he_cap = &ax_cfg->he_cap_cfg; in nxpwifi_ret_11ax_cfg()
H A Duap_cmd.c1045 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()
1048 struct nxpwifi_11ax_he_cap_cfg *he_cap_cfg = in nxpwifi_set_11ax_status() local
1051 he_cap_cfg->cap_elem.mac_cap_info[0] &= 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()
1062 sizeof(ax_cfg.he_cap_cfg.he_txrx_mcs_support)); in nxpwifi_set_11ax_status()
H A Dcfg.h772 struct nxpwifi_11ax_he_cap_cfg he_cap_cfg; member