Lines Matching refs:ht_oper
147 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
4222 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper)) in ieee80211_prep_channel()
4223 ht_oper = (void *)(ht_oper_ie + 2); in ieee80211_prep_channel()
4231 ht_oper = NULL; in ieee80211_prep_channel()
4243 if (vht_oper && !ht_oper) { in ieee80211_prep_channel()
4274 ht_cap, ht_oper, vht_oper, in ieee80211_prep_channel()