Lines Matching refs:ht_oper
148 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype() argument
165 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() argument
321 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
4231 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper)) in ieee80211_prep_channel()
4232 ht_oper = (void *)(ht_oper_ie + 2); in ieee80211_prep_channel()
4240 ht_oper = NULL; in ieee80211_prep_channel()
4252 if (vht_oper && !ht_oper) { in ieee80211_prep_channel()
4283 ht_cap, ht_oper, vht_oper, in ieee80211_prep_channel()