Home
last modified time | relevance | path

Searched refs:ieee80211_vht_cap (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A D11ac.c87 struct ieee80211_vht_cap *vht_cap, u8 bands) in mwifiex_fill_vht_cap_info()
100 struct ieee80211_vht_cap *vht_cap, u8 bands) in mwifiex_fill_vht_cap_tlv()
181 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_append_11ac_tlv()
A D11ac.h32 struct ieee80211_vht_cap *vht_cap, u8 bands);
A Dtdls.c171 struct ieee80211_vht_cap vht_cap; in mwifiex_tdls_add_vht_capab()
174 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in mwifiex_tdls_add_vht_capab()
176 *pos++ = sizeof(struct ieee80211_vht_cap); in mwifiex_tdls_add_vht_capab()
178 memset(&vht_cap, 0, sizeof(struct ieee80211_vht_cap)); in mwifiex_tdls_add_vht_capab()
239 struct ieee80211_vht_cap *vht_cap, *ap_vht_cap = NULL; in mwifiex_tdls_add_vht_oper()
1033 if (ie_len != sizeof(struct ieee80211_vht_cap)) in mwifiex_process_tdls_action_frame()
1037 sizeof(struct ieee80211_vht_cap)); in mwifiex_process_tdls_action_frame()
A Dioctl.h103 struct ieee80211_vht_cap vht_cap;
A Dmain.h372 struct ieee80211_vht_cap vhtcap;
418 struct ieee80211_vht_cap *bcn_vht_cap;
769 struct ieee80211_vht_cap vhtcap;
A Dsta_event.c27 const struct ieee80211_vht_cap *vht_cap; in mwifiex_check_ibss_peer_capabilities()
A Duap_cmd.c184 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params()
A Dsta_cmd.c1825 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
1827 sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/
A Dcore.h89 struct ieee80211_vht_cap vht_cap_mod_mask;
A Dqlink.h575 struct ieee80211_vht_cap vht_capa;
576 struct ieee80211_vht_cap vht_capa_mask;
1065 struct ieee80211_vht_cap vht_cap_mod_mask;
A Dcommands.c1286 const struct ieee80211_vht_cap *vht_cap = in qtnf_cmd_resp_band_fill_vhtcap()
1287 (const struct ieee80211_vht_cap *)info; in qtnf_cmd_resp_band_fill_vhtcap()
1490 sizeof(struct ieee80211_vht_cap))) { in qtnf_cmd_resp_fill_band_info()
/linux-6.3-rc2/net/wireless/
A Dcore.h395 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa,
396 const struct ieee80211_vht_cap *vht_capa_mask);
A Dtrace.h754 __array(u8, vht_capa, (int)sizeof(struct ieee80211_vht_cap))
781 memset(__entry->vht_capa, 0, sizeof(struct ieee80211_vht_cap));
785 sizeof(struct ieee80211_vht_cap));
1261 __array(u8, vht_capa, sizeof(struct ieee80211_vht_cap))
1262 __array(u8, vht_capa_mask, sizeof(struct ieee80211_vht_cap))
3837 __array(u8, vht_capa, (int)sizeof(struct ieee80211_vht_cap))
3862 memset(__entry->vht_capa, 0, sizeof(struct ieee80211_vht_cap));
3865 sizeof(struct ieee80211_vht_cap));
A Dmlme.c305 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa()
306 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
/linux-6.3-rc2/net/mac80211/
A Dieee80211_i.h409 struct ieee80211_vht_cap ap_vht_cap;
528 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
529 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
1649 const struct ieee80211_vht_cap *vht_cap_elem;
2076 const struct ieee80211_vht_cap *vht_cap_ie,
A Dmesh.c510 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in mesh_add_vht_cap_ie()
513 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in mesh_add_vht_cap_ie()
846 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_mesh_build_beacon()
A Dtdls.c511 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
521 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
881 2 + max(sizeof(struct ieee80211_vht_cap), in ieee80211_tdls_build_mgmt_packet_data()
A Dmain.c604 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = {
1221 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
A Dvht.c118 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap()
A Dibss.c67 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_ibss_build_presp()
1060 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
A Dmlme.c484 const struct ieee80211_vht_cap *vht_cap, in ieee80211_config_bw()
682 struct ieee80211_vht_cap *ap_vht_cap, in ieee80211_add_vht_ie()
760 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_add_vht_ie()
1438 size += 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_send_assoc()
4414 const struct ieee80211_vht_cap *vht_cap; in ieee80211_max_rx_chains()
7000 if (vht_elem && vht_elem->datalen >= sizeof(struct ieee80211_vht_cap)) { in ieee80211_setup_assoc_link()
7002 sizeof(struct ieee80211_vht_cap)); in ieee80211_setup_assoc_link()
A Dutil.c1159 if (elen >= sizeof(struct ieee80211_vht_cap)) in _ieee802_11_parse_elems_full()
2086 if (end - pos < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_build_preq_ies_band()
3064 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap()
3065 memset(pos, 0, sizeof(struct ieee80211_vht_cap)); in ieee80211_ie_build_vht_cap()
A Dmesh_plink.c238 2 + sizeof(struct ieee80211_vht_cap) + in mesh_plink_frame_tx()
/linux-6.3-rc2/include/net/
A Dcfg80211.h1344 const struct ieee80211_vht_cap *vht_cap;
1503 const struct ieee80211_vht_cap *vht_capa;
2916 struct ieee80211_vht_cap vht_capa, vht_capa_mask;
3122 struct ieee80211_vht_cap vht_capa;
3123 struct ieee80211_vht_cap vht_capa_mask;
5449 const struct ieee80211_vht_cap *vht_capa_mod_mask;
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drs-fw.c142 struct ieee80211_vht_cap ieee_vht_cap = { in rs_fw_vht_set_enabled_rates()

Completed in 124 milliseconds

12