Searched refs:hw_he_cap (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | 11ax.c | 12 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 D | 11ax.h | 35 struct hw_spec_extension *hw_he_cap);
|
| H A D | sta_cmd.c | 47 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 D | main.h | 921 u8 hw_he_cap[HE_CAP_MAX_SIZE]; member
|
| H A D | cfg80211.c | 2296 memcpy(&he_cap_cfg, adapter->hw_he_cap, hw_he_cap_len); in nxpwifi_setup_he_caps()
|