Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dtdls.c238 struct ieee80211_vht_operation *vht_oper; in mwifiex_tdls_add_vht_oper()
274 pos = skb_put(skb, sizeof(struct ieee80211_vht_operation) + 2); in mwifiex_tdls_add_vht_oper()
276 *pos++ = sizeof(struct ieee80211_vht_operation); in mwifiex_tdls_add_vht_oper()
277 vht_oper = (struct ieee80211_vht_operation *)pos; in mwifiex_tdls_add_vht_oper()
1024 sizeof(struct ieee80211_vht_operation)) in mwifiex_process_tdls_action_frame()
1028 sizeof(struct ieee80211_vht_operation)); in mwifiex_process_tdls_action_frame()
A D11ac.c297 struct ieee80211_vht_operation *vht_oper; in mwifiex_is_bss_in_11ac_mode()
A Dmain.h377 struct ieee80211_vht_operation vhtoper;
420 struct ieee80211_vht_operation *bcn_vht_oper;
770 struct ieee80211_vht_operation vhtoper;
/linux-6.3-rc2/net/mac80211/
A Dspectmgmt.c137 struct ieee80211_vht_operation vht_oper = { in ieee80211_parse_ch_switch_ie()
A Dmesh.c551 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_operation)) in mesh_add_vht_oper_ie()
554 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in mesh_add_vht_oper_ie()
847 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_mesh_build_beacon()
A Dutil.c1165 if (elen >= sizeof(struct ieee80211_vht_operation)) { in _ieee802_11_parse_elems_full()
3319 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper()
3322 *pos++ = sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
3323 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
3367 return pos + sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
3489 const struct ieee80211_vht_operation *oper, in ieee80211_chandef_vht_oper()
A Dtdls.c629 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
882 sizeof(struct ieee80211_vht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
A Dieee80211_i.h1650 const struct ieee80211_vht_operation *vht_operation;
2453 const struct ieee80211_vht_operation *oper,
A Dmesh_plink.c239 2 + sizeof(struct ieee80211_vht_operation) + in mesh_plink_frame_tx()
A Dmlme.c227 const struct ieee80211_vht_operation *vht_oper, in ieee80211_determine_chantype()
331 struct ieee80211_vht_operation he_oper_vht_cap; in ieee80211_determine_chantype()
486 const struct ieee80211_vht_operation *vht_oper, in ieee80211_config_bw()
4702 const struct ieee80211_vht_operation *vht_oper = NULL; in ieee80211_prep_channel()
A Dibss.c68 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_ibss_build_presp()
/linux-6.3-rc2/include/linux/
A Dieee80211.h1867 struct ieee80211_vht_operation { struct

Completed in 79 milliseconds