Home
last modified time | relevance | path

Searched refs:ieee80211_ht_operation (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Dtdls.c190 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper()
209 pos = skb_put(skb, sizeof(struct ieee80211_ht_operation) + 2); in mwifiex_tdls_add_ht_oper()
211 *pos++ = sizeof(struct ieee80211_ht_operation); in mwifiex_tdls_add_ht_oper()
229 sizeof(struct ieee80211_ht_operation)); in mwifiex_tdls_add_ht_oper()
647 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_data_frame()
832 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()
988 if (ie_len != sizeof(struct ieee80211_ht_operation)) in mwifiex_process_tdls_action_frame()
992 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
Djoin.c636 struct ieee80211_ht_operation *assoc_resp_ht_oper; in mwifiex_ret_802_11_associate()
736 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in mwifiex_ret_802_11_associate()
1060 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c376 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
Dmain.h412 struct ieee80211_ht_operation *bcn_ht_oper;
756 struct ieee80211_ht_operation ht_oper;
Dscan.c1402 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()
2943 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
Dfw.h1851 struct ieee80211_ht_operation ht_oper;
/Linux-v6.6/net/mac80211/
Dspectmgmt.c145 struct ieee80211_ht_operation ht_oper = { in ieee80211_parse_ch_switch_ie()
Dmesh.c480 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_operation)) in mesh_add_ht_oper_ie()
483 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in mesh_add_ht_oper_ie()
996 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
Dutil.c1173 if (elen >= sizeof(struct ieee80211_ht_operation)) in _ieee802_11_parse_elems_full()
3337 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()
3340 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
3341 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
3378 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
3631 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper, in ieee80211_chandef_ht_oper()
3659 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper()
Dieee80211_i.h1692 const struct ieee80211_ht_operation *ht_operation;
2519 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
2523 const struct ieee80211_ht_operation *htop,
Dtdls.c685 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
963 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
Dmesh_plink.c240 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
Dmlme.c226 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype()
485 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw()
4824 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel()
7309 if (ht_elem && ht_elem->datalen >= sizeof(struct ieee80211_ht_operation)) in ieee80211_setup_assoc_link()
7311 ((struct ieee80211_ht_operation *)(ht_elem->data))->ht_param; in ieee80211_setup_assoc_link()
Dibss.c66 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_ibss_build_presp()
/Linux-v6.6/net/wireless/
Dscan.c1922 tmp->datalen >= sizeof(struct ieee80211_ht_operation)) { in cfg80211_get_ies_channel_number()
1923 struct ieee80211_ht_operation *htop = (void *)tmp->data; in cfg80211_get_ies_channel_number()
/Linux-v6.6/include/linux/
Dieee80211.h1795 struct ieee80211_ht_operation { struct