Home
last modified time | relevance | path

Searched refs:hw_he_cap (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c12 struct hw_spec_extension *hw_he_cap) in nxpwifi_update_11ax_cap() argument
18 u16 data_len = le16_to_cpu(hw_he_cap->header.len); in nxpwifi_update_11ax_cap()
22 if ((data_len + header_len) > sizeof(adapter->hw_he_cap)) { in nxpwifi_update_11ax_cap()
29 he_cap = (struct nxpwifi_ie_types_he_cap *)hw_he_cap; in nxpwifi_update_11ax_cap()
34 memcpy(adapter->hw_2g_he_cap, (u8 *)hw_he_cap, in nxpwifi_update_11ax_cap()
43 memcpy(adapter->hw_he_cap, (u8 *)hw_he_cap, in nxpwifi_update_11ax_cap()
47 adapter->hw_he_cap, in nxpwifi_update_11ax_cap()
62 memcpy(priv->user_he_cap, adapter->hw_he_cap, in nxpwifi_update_11ax_cap()
63 sizeof(adapter->hw_he_cap)); in nxpwifi_update_11ax_cap()
100 struct nxpwifi_ie_types_he_cap *hw_he_cap = NULL; in nxpwifi_fill_he_cap_tlv() local
[all …]
H A D11ax.h35 struct hw_spec_extension *hw_he_cap);
H A Dsta_cmd.c47 struct hw_spec_extension *hw_he_cap; in nxpwifi_ret_sta_get_hw_spec() local
153 hw_he_cap = (struct hw_spec_extension *)tlv; in nxpwifi_ret_sta_get_hw_spec()
154 if (hw_he_cap->ext_id == in nxpwifi_ret_sta_get_hw_spec()
156 nxpwifi_update_11ax_cap(adapter, hw_he_cap); in nxpwifi_ret_sta_get_hw_spec()
H A Dmain.h921 u8 hw_he_cap[HE_CAP_MAX_SIZE]; member
H A Dcfg80211.c2296 memcpy(&he_cap_cfg, adapter->hw_he_cap, hw_he_cap_len); in nxpwifi_setup_he_caps()