Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H 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()
1027 sizeof(struct ieee80211_vht_operation)) in mwifiex_process_tdls_action_frame()
1031 sizeof(struct ieee80211_vht_operation)); in mwifiex_process_tdls_action_frame()
H A D11ac.c297 struct ieee80211_vht_operation *vht_oper; in mwifiex_is_bss_in_11ac_mode()
H A Dmain.h374 struct ieee80211_vht_operation vhtoper;
417 struct ieee80211_vht_operation *bcn_vht_oper;
761 struct ieee80211_vht_operation vhtoper;
/linux-6.15/net/mac80211/
H A Dspectmgmt.c81 struct ieee80211_vht_operation vht_oper; in validate_chandef_by_ht_vht_oper()
H A Dmesh.c557 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_operation)) in mesh_add_vht_oper_ie()
560 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in mesh_add_vht_oper_ie()
987 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_mesh_build_beacon()
H A Dutil.c2702 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper()
2705 *pos++ = sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2706 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
2750 return pos + sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2950 const struct ieee80211_vht_operation *oper, in ieee80211_chandef_vht_oper()
H A Dparse.c471 if (elen >= sizeof(struct ieee80211_vht_operation)) { in _ieee802_11_parse_elems_full()
H A Dtdls.c676 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
938 sizeof(struct ieee80211_vht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
H A Dieee80211_i.h1730 const struct ieee80211_vht_operation *vht_operation;
2634 const struct ieee80211_vht_operation *oper,
H A Dmesh_plink.c242 2 + sizeof(struct ieee80211_vht_operation) + in mesh_plink_frame_tx()
H A Dibss.c67 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_ibss_build_presp()
H A Dmlme.c162 const struct ieee80211_vht_operation *vht_oper = elems->vht_operation; in ieee80211_determine_ap_chan()
260 struct ieee80211_vht_operation he_oper_vht_cap; in ieee80211_determine_ap_chan()
390 const struct ieee80211_vht_operation *vht_op) in ieee80211_verify_sta_vht_mcs_support()
/linux-6.15/include/linux/
H A Dieee80211.h2088 struct ieee80211_vht_operation { struct