Searched refs:ht_oper (Results 1 – 3 of 3) sorted by relevance
2368 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper() local2372 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()2373 ht_oper->primary_chan = ieee80211_frequency_to_channel( in ieee80211_ie_build_ht_oper()2381 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in ieee80211_ie_build_ht_oper()2383 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in ieee80211_ie_build_ht_oper()2386 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE; in ieee80211_ie_build_ht_oper()2392 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY; in ieee80211_ie_build_ht_oper()2395 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE; in ieee80211_ie_build_ht_oper()2397 ht_oper->operation_mode = cpu_to_le16(prot_mode); in ieee80211_ie_build_ht_oper()2398 ht_oper->stbc_param = 0x0000; in ieee80211_ie_build_ht_oper()[all …]
148 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument165 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype()179 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan, in ieee80211_determine_chantype()193 ht_oper->primary_chan, channel->band); in ieee80211_determine_chantype()200 ieee80211_chandef_ht_oper(ht_oper, chandef); in ieee80211_determine_chantype()306 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw() argument321 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper) in ieee80211_config_bw()335 ht_opmode = le16_to_cpu(ht_oper->operation_mode); in ieee80211_config_bw()346 ht_cap, ht_oper, vht_oper, in ieee80211_config_bw()4210 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel() local[all …]
2053 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,