Home
last modified time | relevance | path

Searched refs:ieee80211_vht_operation (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtdls.c239 struct ieee80211_vht_operation *vht_oper; in mwifiex_tdls_add_vht_oper()
275 pos = skb_put(skb, sizeof(struct ieee80211_vht_operation) + 2); in mwifiex_tdls_add_vht_oper()
277 *pos++ = sizeof(struct ieee80211_vht_operation); in mwifiex_tdls_add_vht_oper()
278 vht_oper = (struct ieee80211_vht_operation *)pos; in mwifiex_tdls_add_vht_oper()
999 sizeof(struct ieee80211_vht_operation)); in mwifiex_process_tdls_action_frame()
D11ac.c309 struct ieee80211_vht_operation *vht_oper; in mwifiex_is_bss_in_11ac_mode()
Dmain.h386 struct ieee80211_vht_operation vhtoper;
429 struct ieee80211_vht_operation *bcn_vht_oper;
778 struct ieee80211_vht_operation vhtoper;
/Linux-v4.19/net/mac80211/
Dspectmgmt.c138 struct ieee80211_vht_operation vht_oper = { in ieee80211_parse_ch_switch_ie()
Dmesh.c522 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_operation)) in mesh_add_vht_oper_ie()
525 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in mesh_add_vht_oper_ie()
705 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_mesh_build_beacon()
Dutil.c948 if (elen >= sizeof(struct ieee80211_vht_operation)) in ieee802_11_parse_elems_crc()
2586 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper()
2589 *pos++ = sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2590 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
2630 return pos + sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2660 bool ieee80211_chandef_vht_oper(const struct ieee80211_vht_operation *oper, in ieee80211_chandef_vht_oper()
Dieee80211_i.h1456 const struct ieee80211_vht_operation *vht_operation;
2109 bool ieee80211_chandef_vht_oper(const struct ieee80211_vht_operation *oper,
Dtdls.c630 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
883 sizeof(struct ieee80211_vht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
Dmesh_plink.c237 2 + sizeof(struct ieee80211_vht_operation) + in mesh_plink_frame_tx()
Dmlme.c151 const struct ieee80211_vht_operation *vht_oper, in ieee80211_determine_chantype()
214 struct ieee80211_vht_operation he_oper_vht_cap; in ieee80211_determine_chantype()
323 const struct ieee80211_vht_operation *vht_oper, in ieee80211_config_bw()
4590 const struct ieee80211_vht_operation *vht_oper = NULL; in ieee80211_prep_channel()
Dibss.c70 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_ibss_build_presp()
/Linux-v4.19/include/linux/
Dieee80211.h1537 struct ieee80211_vht_operation { struct