Searched refs:ht_oper (Results 1 – 5 of 5) sorted by relevance
2783 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 in ieee80211_ie_build_ht_oper() 3084 ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation * ht_oper,struct cfg80211_chan_def * chandef) ieee80211_chandef_ht_oper() argument [all...]
195 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; in ieee80211_determine_ap_chan() 285 if (!ht_oper || !elems->ht_cap_elem) in ieee80211_determine_ap_chan() 290 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_ap_chan() 304 ht_oper->primary_chan, channel->band); in ieee80211_determine_ap_chan() 308 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_ap_chan() 331 &he_oper_vht_cap, ht_oper, in ieee80211_determine_ap_chan() 346 vht_oper, ht_oper, in ieee80211_determine_ap_chan() 161 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; ieee80211_determine_ap_chan() local
1103 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()
385 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
1897 struct ieee80211_ht_operation ht_oper; member