Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dutil.c2783 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local
2787 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2788 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()
2796 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()
2798 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()
2805 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()
2811 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()
2814 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()
2816 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()
2817 ht_oper->stbc_param = 0x0000; 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
246 if (!ht_oper || !elems->ht_cap_elem) in ieee80211_determine_ap_chan()
251 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_ap_chan()
265 ht_oper->primary_chan, channel->band); in ieee80211_determine_ap_chan()
269 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_ap_chan()
292 &he_oper_vht_cap, ht_oper, in ieee80211_determine_ap_chan()
307 vht_oper, ht_oper, in ieee80211_determine_ap_chan()
/linux/drivers/net/wireless/marvell/mwifiex/
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 Dfw.h1897 struct ieee80211_ht_operation ht_oper; member