Home
last modified time | relevance | path

Searched refs:ht_oper (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/mac80211/
H A Dspectmgmt.c80 struct ieee80211_ht_operation ht_oper; in validate_chandef_by_ht_vht_oper() local
94 ht_oper.primary_chan = ieee80211_frequency_to_channel(control_freq); in validate_chandef_by_ht_vht_oper()
96 ht_oper.ht_param = control_freq > center_freq1 ? in validate_chandef_by_ht_vht_oper()
100 ht_oper.ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in validate_chandef_by_ht_vht_oper()
102 ieee80211_chandef_ht_oper(&ht_oper, chandef); in validate_chandef_by_ht_vht_oper()
133 ht_oper.operation_mode = in validate_chandef_by_ht_vht_oper()
138 &vht_oper, &ht_oper, chandef)) in validate_chandef_by_ht_vht_oper()
H A Dutil.c2622 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local
2626 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2627 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()
2635 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2644 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2653 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2655 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
2656 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper()
2660 memset(&ht_oper->basic_set, 0, 16); in ieee80211_ie_build_ht_oper()
2661 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10); in ieee80211_ie_build_ht_oper()
[all …]
H A Dmlme.c161 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; in ieee80211_determine_ap_chan() local
224 if (!ht_oper || !elems->ht_cap_elem) in ieee80211_determine_ap_chan()
229 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_ap_chan()
243 ht_oper->primary_chan, channel->band); in ieee80211_determine_ap_chan()
247 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_ap_chan()
270 &he_oper_vht_cap, ht_oper, in ieee80211_determine_ap_chan()
288 vht_oper, ht_oper, in ieee80211_determine_ap_chan()
H A Dieee80211_i.h2631 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c190 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local
212 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper()
214 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper()
220 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
223 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper()
225 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper()
228 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
991 memcpy(&sta_ptr->tdls_cap.ht_oper, pos + 2, in mwifiex_process_tdls_action_frame()
H A Djoin.c1103 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1106 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1107 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
1110 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
1112 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
H A D11n.c385 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
H A Dmain.h757 struct ieee80211_ht_operation ht_oper; member
H A Dfw.h1897 struct ieee80211_ht_operation ht_oper; member