Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dspectmgmt.c144 struct ieee80211_ht_operation ht_oper = {}; in ieee80211_parse_ch_switch_ie() local
153 &vht_oper, &ht_oper, in ieee80211_parse_ch_switch_ie()
Dutil.c2807 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local
2811 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2812 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()
2820 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2822 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()
2825 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2831 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()
2834 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2836 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
2837 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper()
[all …]
Dmlme.c148 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument
166 if (!ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()
173 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype()
187 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype()
194 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_chantype()
222 &he_oper_vht_cap, ht_oper, in ieee80211_determine_chantype()
231 ht_oper, &vht_chandef)) { in ieee80211_determine_chantype()
322 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument
339 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) in ieee80211_config_bw()
358 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
[all …]
Dieee80211_i.h2165 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dtdls.c189 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local
211 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper()
213 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper()
219 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
222 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper()
224 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper()
227 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
973 memcpy(&sta_ptr->tdls_cap.ht_oper, pos, in mwifiex_process_tdls_action_frame()
Djoin.c1072 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1075 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1076 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
1079 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
1081 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c397 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
Dmain.h775 struct ieee80211_ht_operation ht_oper; member
Dfw.h1854 struct ieee80211_ht_operation ht_oper; member