Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.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()
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;
Duap_cmd.c195 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params()
Dsta_event.c39 const struct ieee80211_vht_cap *vht_cap; in mwifiex_check_ibss_peer_capabilities()
Dsta_cmd.c1830 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
1832 sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
Dcore.h91 struct ieee80211_vht_cap vht_cap_mod_mask;
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;
Dcommands.c1298 const struct ieee80211_vht_cap *vht_cap = in qtnf_cmd_resp_band_fill_vhtcap()
1299 (const struct ieee80211_vht_cap *)info; in qtnf_cmd_resp_band_fill_vhtcap()
1502 sizeof(struct ieee80211_vht_cap))) { in qtnf_cmd_resp_fill_band_info()
/kernel/linux/linux-5.10/net/wireless/
Dcore.h401 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa,
402 const struct ieee80211_vht_cap *vht_capa_mask);
Dmlme.c293 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa()
294 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h405 struct ieee80211_vht_cap ap_vht_cap;
534 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
535 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
1492 const struct ieee80211_vht_cap *vht_cap_elem;
1882 const struct ieee80211_vht_cap *vht_cap_ie,
Dmesh.c509 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in mesh_add_vht_cap_ie()
512 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in mesh_add_vht_cap_ie()
815 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_mesh_build_beacon()
Dtdls.c510 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
520 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()
Dmain.c509 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = {
1123 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
Dmlme.c359 const struct ieee80211_vht_cap *vht_cap, in ieee80211_config_bw()
577 struct ieee80211_vht_cap *ap_vht_cap) in ieee80211_add_vht_ie()
653 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_add_vht_ie()
766 2 + sizeof(struct ieee80211_vht_cap) + /* VHT */ in ieee80211_send_assoc()
4850 const struct ieee80211_vht_cap *vht_cap; in ieee80211_ht_vht_rx_chains()
5026 if (!vht_cap || vht_cap[1] < sizeof(struct ieee80211_vht_cap)) { in ieee80211_prep_channel()
5631 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
5633 sizeof(struct ieee80211_vht_cap)); in ieee80211_mgd_assoc()
Dvht.c118 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dutil.c1178 if (elen >= sizeof(struct ieee80211_vht_cap)) in _ieee802_11_parse_elems_crc()
1927 if (end - pos < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_build_preq_ies_band()
2855 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap()
2856 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()
1067 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
Dmesh_plink.c238 2 + sizeof(struct ieee80211_vht_cap) + in mesh_plink_frame_tx()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1201 const struct ieee80211_vht_cap *vht_cap;
1363 const struct ieee80211_vht_cap *vht_capa;
2582 struct ieee80211_vht_cap vht_capa, vht_capa_mask;
2785 struct ieee80211_vht_cap vht_capa;
2786 struct ieee80211_vht_cap vht_capa_mask;
4978 const struct ieee80211_vht_cap *vht_capa_mod_mask;
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c199 struct ieee80211_vht_cap ieee_vht_cap = { in rs_fw_vht_set_enabled_rates()
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h1731 struct ieee80211_vht_cap { struct
1939 int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,

12