Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
D11ac.c99 struct ieee80211_vht_cap *vht_cap, u8 bands) in mwifiex_fill_vht_cap_info()
112 struct ieee80211_vht_cap *vht_cap, u8 bands) in mwifiex_fill_vht_cap_tlv()
193 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_append_11ac_tlv()
D11ac.h44 struct ieee80211_vht_cap *vht_cap, u8 bands);
Dtdls.c170 struct ieee80211_vht_cap vht_cap; in mwifiex_tdls_add_vht_capab()
173 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in mwifiex_tdls_add_vht_capab()
175 *pos++ = sizeof(struct ieee80211_vht_cap); in mwifiex_tdls_add_vht_capab()
177 memset(&vht_cap, 0, sizeof(struct ieee80211_vht_cap)); in mwifiex_tdls_add_vht_capab()
238 struct ieee80211_vht_cap *vht_cap, *ap_vht_cap = NULL; in mwifiex_tdls_add_vht_oper()
1001 sizeof(struct ieee80211_vht_cap)); in mwifiex_process_tdls_action_frame()
Dioctl.h115 struct ieee80211_vht_cap vht_cap;
Dmain.h382 struct ieee80211_vht_cap vhtcap;
428 struct ieee80211_vht_cap *bcn_vht_cap;
778 struct ieee80211_vht_cap vhtcap;
Dsta_event.c39 const struct ieee80211_vht_cap *vht_cap; in mwifiex_check_ibss_peer_capabilities()
Duap_cmd.c195 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params()
Dsta_cmd.c1837 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
1839 sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h482 struct ieee80211_vht_cap vht_capa;
483 struct ieee80211_vht_cap vht_capa_mask;
821 struct ieee80211_vht_cap vht_cap_mod_mask;
Dcore.h89 struct ieee80211_vht_cap vht_cap_mod_mask;
Dcommands.c1288 const struct ieee80211_vht_cap *vht_cap = in qtnf_cmd_resp_band_fill_vhtcap()
1289 (const struct ieee80211_vht_cap *)info; in qtnf_cmd_resp_band_fill_vhtcap()
1438 sizeof(struct ieee80211_vht_cap))) { in qtnf_cmd_resp_fill_band_info()
/Linux-v5.4/net/wireless/
Dcore.h398 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa,
399 const struct ieee80211_vht_cap *vht_capa_mask);
Dmlme.c284 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa()
285 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
Dtrace.h670 __array(u8, vht_capa, (int)sizeof(struct ieee80211_vht_cap))
696 memset(__entry->vht_capa, 0, sizeof(struct ieee80211_vht_cap));
699 sizeof(struct ieee80211_vht_cap));
/Linux-v5.4/net/mac80211/
Dieee80211_i.h404 struct ieee80211_vht_cap ap_vht_cap;
535 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
536 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
1478 const struct ieee80211_vht_cap *vht_cap_elem;
1846 const struct ieee80211_vht_cap *vht_cap_ie,
Dmesh.c488 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in mesh_add_vht_cap_ie()
491 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in mesh_add_vht_cap_ie()
765 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_mesh_build_beacon()
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()
882 2 + max(sizeof(struct ieee80211_vht_cap), in ieee80211_tdls_build_mgmt_packet_data()
Dmain.c489 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = {
1075 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
Dvht.c118 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmlme.c530 struct ieee80211_vht_cap *ap_vht_cap) in ieee80211_add_vht_ie()
606 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_add_vht_ie()
698 2 + sizeof(struct ieee80211_vht_cap) + /* VHT */ in ieee80211_send_assoc()
4640 const struct ieee80211_vht_cap *vht_cap; in ieee80211_ht_vht_rx_chains()
4798 if (!vht_cap || vht_cap[1] < sizeof(struct ieee80211_vht_cap)) { in ieee80211_prep_channel()
5378 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
5380 sizeof(struct ieee80211_vht_cap)); in ieee80211_mgd_assoc()
Dutil.c1060 if (elen >= sizeof(struct ieee80211_vht_cap)) in _ieee802_11_parse_elems_crc()
1780 if (end - pos < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_build_preq_ies_band()
2701 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap()
2702 memset(pos, 0, sizeof(struct ieee80211_vht_cap)); in ieee80211_ie_build_vht_cap()
Dibss.c67 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_ibss_build_presp()
1068 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
Dmesh_plink.c237 2 + sizeof(struct ieee80211_vht_cap) + in mesh_plink_frame_tx()
/Linux-v5.4/include/net/
Dcfg80211.h1013 const struct ieee80211_vht_cap *vht_cap;
1167 const struct ieee80211_vht_cap *vht_capa;
2344 struct ieee80211_vht_cap vht_capa, vht_capa_mask;
2546 struct ieee80211_vht_cap vht_capa;
2547 struct ieee80211_vht_cap vht_capa_mask;
4644 const struct ieee80211_vht_cap *vht_capa_mod_mask;
/Linux-v5.4/include/linux/
Dieee80211.h1526 struct ieee80211_vht_cap { struct
1731 int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,

12