Home
last modified time | relevance | path

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

/linux-4.1.27/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()
237 struct ieee80211_vht_cap *vht_cap, *ap_vht_cap = NULL; in mwifiex_tdls_add_vht_oper()
944 sizeof(struct ieee80211_vht_cap)); in mwifiex_process_tdls_action_frame()
Dioctl.h111 struct ieee80211_vht_cap vht_cap;
Dmain.h299 struct ieee80211_vht_cap vhtcap;
345 struct ieee80211_vht_cap *bcn_vht_cap;
689 struct ieee80211_vht_cap vhtcap;
Duap_cmd.c216 sizeof(struct ieee80211_vht_cap)); in mwifiex_set_vht_params()
Dsta_cmd.c1645 cpu_to_le16(sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
1647 sizeof(struct ieee80211_vht_cap)); in mwifiex_cmd_tdls_oper()
Dfw.h1536 struct ieee80211_vht_cap vht_cap;
/linux-4.1.27/net/wireless/
Dcore.h358 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa,
359 const struct ieee80211_vht_cap *vht_capa_mask);
Dmlme.c261 void cfg80211_oper_and_vht_capa(struct ieee80211_vht_cap *vht_capa, in cfg80211_oper_and_vht_capa()
262 const struct ieee80211_vht_cap *vht_capa_mask) in cfg80211_oper_and_vht_capa()
/linux-4.1.27/net/mac80211/
Dieee80211_i.h405 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 */
1416 const struct ieee80211_vht_cap *vht_cap_elem;
1707 const struct ieee80211_vht_cap *vht_cap_ie,
Dvht.c117 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dtdls.c446 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
456 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_tdls_add_setup_start_ies()
809 2 + max(sizeof(struct ieee80211_vht_cap), in ieee80211_tdls_build_mgmt_packet_data()
Dmain.c463 static const struct ieee80211_vht_cap mac80211_vht_capa_mod_mask = {
968 2 + sizeof(struct ieee80211_vht_cap); in ieee80211_register_hw()
Dmlme.c544 struct ieee80211_vht_cap *ap_vht_cap) in ieee80211_add_vht_ie()
592 pos = skb_put(skb, sizeof(struct ieee80211_vht_cap) + 2); in ieee80211_add_vht_ie()
660 2 + sizeof(struct ieee80211_vht_cap) + /* VHT */ in ieee80211_send_assoc()
4171 const struct ieee80211_vht_cap *vht_cap; in ieee80211_ht_vht_rx_chains()
4264 if (!vht_cap || vht_cap[1] < sizeof(struct ieee80211_vht_cap)) { in ieee80211_prep_channel()
4795 if (vht_ie && vht_ie[1] >= sizeof(struct ieee80211_vht_cap)) in ieee80211_mgd_assoc()
4797 sizeof(struct ieee80211_vht_cap)); in ieee80211_mgd_assoc()
Dutil.c979 if (elen >= sizeof(struct ieee80211_vht_cap)) in ieee802_11_parse_elems_crc()
1505 if (end - pos < 2 + sizeof(struct ieee80211_vht_cap)) in ieee80211_build_preq_ies_band()
2291 *pos++ = sizeof(struct ieee80211_vht_cap); in ieee80211_ie_build_vht_cap()
2292 memset(pos, 0, sizeof(struct ieee80211_vht_cap)); in ieee80211_ie_build_vht_cap()
Dibss.c1060 struct ieee80211_vht_cap cap_ie; in ieee80211_update_sta_info()
/linux-4.1.27/include/net/
Dcfg80211.h827 const struct ieee80211_vht_cap *vht_capa;
1722 struct ieee80211_vht_cap vht_capa, vht_capa_mask;
1870 struct ieee80211_vht_cap vht_capa;
1871 struct ieee80211_vht_cap vht_capa_mask;
3218 const struct ieee80211_vht_cap *vht_capa_mod_mask;
/linux-4.1.27/include/linux/
Dieee80211.h1458 struct ieee80211_vht_cap { struct