Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c194 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper() local
216 ht_oper = (void *)pos; in mwifiex_tdls_add_ht_oper()
218 ht_oper->primary_chan = bss_desc->channel; in mwifiex_tdls_add_ht_oper()
224 ht_oper->ht_param = bss_desc->bcn_ht_oper->ht_param; in mwifiex_tdls_add_ht_oper()
227 ht_oper->ht_param = in mwifiex_tdls_add_ht_oper()
229 ht_oper->ht_param |= BIT(2); in mwifiex_tdls_add_ht_oper()
232 memcpy(&sta_ptr->tdls_cap.ht_oper, ht_oper, in mwifiex_tdls_add_ht_oper()
930 memcpy(&sta_ptr->tdls_cap.ht_oper, pos, in mwifiex_process_tdls_action_frame()
Djoin.c1052 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start()
1055 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start()
1056 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start()
1059 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start()
1061 ht_info->ht_oper.basic_set[0] = 0xff; in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c367 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
Dfw.h1678 struct ieee80211_ht_operation ht_oper; member
Dmain.h742 struct ieee80211_ht_operation ht_oper; member
/linux-4.4.14/net/mac80211/
Dutil.c2303 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local
2307 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2308 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()
2316 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2318 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()
2321 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2327 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()
2330 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2332 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
2333 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper()
[all …]
Dmlme.c147 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument
164 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()
178 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype()
192 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype()
199 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) { in ieee80211_determine_chantype()
338 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument
353 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) in ieee80211_config_bw()
367 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()
378 ht_cap, ht_oper, vht_oper, in ieee80211_config_bw()
4201 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel() local
[all …]
Dieee80211_i.h1983 const struct ieee80211_ht_operation *ht_oper,