/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | 11ac.c | 87 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()
|
D | 11ac.h | 32 struct ieee80211_vht_cap *vht_cap, u8 bands);
|
D | tdls.c | 171 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() 1036 if (ie_len != sizeof(struct ieee80211_vht_cap)) in mwifiex_process_tdls_action_frame() 1040 sizeof(struct ieee80211_vht_cap)); in mwifiex_process_tdls_action_frame()
|
D | ioctl.h | 103 struct ieee80211_vht_cap vht_cap;
|
D | main.h | 370 struct ieee80211_vht_cap vhtcap; 416 struct ieee80211_vht_cap *bcn_vht_cap; 763 struct ieee80211_vht_cap vhtcap;
|
D | uap_cmd.c | 179 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params() 893 tlv_len = sizeof(struct ieee80211_vht_cap); in mwifiex_cmd_uap_add_station()
|
D | sta_event.c | 27 const struct ieee80211_vht_cap *vht_cap; in mwifiex_check_ibss_peer_capabilities()
|
D | sta_cmd.c | 1825 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.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.h | 89 struct ieee80211_vht_cap vht_cap_mod_mask;
|
D | qlink.h | 575 struct ieee80211_vht_cap vht_capa; 576 struct ieee80211_vht_cap vht_capa_mask; 1065 struct ieee80211_vht_cap vht_cap_mod_mask;
|
D | commands.c | 1286 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() 1492 sizeof(struct ieee80211_vht_cap))) { in qtnf_cmd_resp_fill_band_info()
|
/linux-6.12.1/net/wireless/ |
D | core.h | 398 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, 399 const struct ieee80211_vht_cap *vht_capa_mask);
|
D | trace.h | 847 __array(u8, vht_capa, (int)sizeof(struct ieee80211_vht_cap)) 874 memset(__entry->vht_capa, 0, sizeof(struct ieee80211_vht_cap)); 878 sizeof(struct ieee80211_vht_cap)); 1374 __array(u8, vht_capa, sizeof(struct ieee80211_vht_cap)) 1375 __array(u8, vht_capa_mask, sizeof(struct ieee80211_vht_cap)) 4030 __array(u8, vht_capa, (int)sizeof(struct ieee80211_vht_cap)) 4055 memset(__entry->vht_capa, 0, sizeof(struct ieee80211_vht_cap)); 4058 sizeof(struct ieee80211_vht_cap));
|
D | mlme.c | 312 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa() 313 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
|
/linux-6.12.1/net/mac80211/ |
D | ieee80211_i.h | 429 struct ieee80211_vht_cap ap_vht_cap; 565 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */ 566 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */ 1714 const struct ieee80211_vht_cap *vht_cap_elem; 2181 const struct ieee80211_vht_cap *vht_cap_ie, 2182 const struct ieee80211_vht_cap *vht_cap_ie2,
|
D | vht.c | 118 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap() 119 const struct ieee80211_vht_cap *vht_cap_ie2, in ieee80211_vht_cap_ie_to_sta_vht_cap()
|
D | mesh.c | 516 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in mesh_add_vht_cap_ie() 519 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in mesh_add_vht_cap_ie() 986 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_mesh_build_beacon()
|
D | tdls.c | 517 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 524 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies() 937 2 + max(sizeof(struct ieee80211_vht_cap), in ieee80211_tdls_build_mgmt_packet_data()
|
D | main.c | 752 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = { 1410 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
|
D | parse.c | 451 if (elen >= sizeof(struct ieee80211_vht_cap)) in _ieee802_11_parse_elems_full()
|
D | util.c | 1341 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_put_preq_ies_band() 1344 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in ieee80211_put_preq_ies_band() 2410 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap() 2411 memset(pos, 0, sizeof(struct ieee80211_vht_cap)); in ieee80211_ie_build_vht_cap()
|
D | ibss.c | 66 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_ibss_build_presp() 1040 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
|
D | mesh_plink.c | 241 2 + sizeof(struct ieee80211_vht_cap) + in mesh_plink_frame_tx()
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 1510 const struct ieee80211_vht_cap *vht_cap; 1687 const struct ieee80211_vht_cap *vht_capa; 3155 struct ieee80211_vht_cap vht_capa, vht_capa_mask; 3361 struct ieee80211_vht_cap vht_capa; 3362 struct ieee80211_vht_cap vht_capa_mask; 5767 const struct ieee80211_vht_cap *vht_capa_mod_mask;
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs-fw.c | 143 struct ieee80211_vht_cap ieee_vht_cap = { in rs_fw_vht_set_enabled_rates()
|