Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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.c175 struct ieee80211_vht_cap vht_cap; in mwifiex_tdls_add_vht_capab()
178 pos = (void *)skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in mwifiex_tdls_add_vht_capab()
180 *pos++ = sizeof(struct ieee80211_vht_cap); in mwifiex_tdls_add_vht_capab()
182 memset(&vht_cap, 0, sizeof(struct ieee80211_vht_cap)); in mwifiex_tdls_add_vht_capab()
243 struct ieee80211_vht_cap *vht_cap, *ap_vht_cap = NULL; in mwifiex_tdls_add_vht_oper()
958 sizeof(struct ieee80211_vht_cap)); in mwifiex_process_tdls_action_frame()
Dioctl.h111 struct ieee80211_vht_cap vht_cap;
Dmain.h352 struct ieee80211_vht_cap vhtcap;
398 struct ieee80211_vht_cap *bcn_vht_cap;
745 struct ieee80211_vht_cap vhtcap;
Duap_cmd.c216 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params()
Dsta_cmd.c1768 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
1770 sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
Dfw.h1648 struct ieee80211_vht_cap vht_cap;
/linux-4.4.14/net/wireless/
Dcore.h365 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa,
366 const struct ieee80211_vht_cap *vht_capa_mask);
Dmlme.c262 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa()
263 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
/linux-4.4.14/net/mac80211/
Dieee80211_i.h400 struct ieee80211_vht_cap ap_vht_cap;
526 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
527 struct ieee80211_vht_cap vht_capa_mask; /* Valid parts of vht_capa */
1408 const struct ieee80211_vht_cap *vht_cap_elem;
1705 const struct ieee80211_vht_cap *vht_cap_ie,
Dmesh.c490 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_cap)) in mesh_add_vht_cap_ie()
493 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_cap)); in mesh_add_vht_cap_ie()
707 2 + sizeof(struct ieee80211_vht_cap) + in ieee80211_mesh_build_beacon()
Dvht.c117 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmain.c458 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = {
972 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
Dtdls.c503 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
513 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
878 2 + max(sizeof(struct ieee80211_vht_cap), in ieee80211_tdls_build_mgmt_packet_data()
Dmlme.c541 struct ieee80211_vht_cap *ap_vht_cap) in ieee80211_add_vht_ie()
617 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_add_vht_ie()
685 2 + sizeof(struct ieee80211_vht_cap) + /* VHT */ in ieee80211_send_assoc()
4157 const struct ieee80211_vht_cap *vht_cap; in ieee80211_ht_vht_rx_chains()
4252 if (!vht_cap || vht_cap[1] < sizeof(struct ieee80211_vht_cap)) { in ieee80211_prep_channel()
4715 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
4717 sizeof(struct ieee80211_vht_cap)); in ieee80211_mgd_assoc()
Dutil.c936 if (elen >= sizeof(struct ieee80211_vht_cap)) in ieee802_11_parse_elems_crc()
1455 if (end - pos < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_build_preq_ies_band()
2284 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap()
2285 memset(pos, 0, sizeof(struct ieee80211_vht_cap)); in ieee80211_ie_build_vht_cap()
Dmesh_plink.c231 2 + sizeof(struct ieee80211_vht_cap) + in mesh_plink_frame_tx()
Dibss.c1066 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
/linux-4.4.14/include/net/
Dcfg80211.h828 const struct ieee80211_vht_cap *vht_capa;
1763 struct ieee80211_vht_cap vht_capa, vht_capa_mask;
1911 struct ieee80211_vht_cap vht_capa;
1912 struct ieee80211_vht_cap vht_capa_mask;
3280 const struct ieee80211_vht_cap *vht_capa_mod_mask;
/linux-4.4.14/include/linux/
Dieee80211.h1459 struct ieee80211_vht_cap { struct