Lines Matching defs:ht_oper
150 const struct ieee80211_ht_operation *ht_oper,
193 if (!ht_oper || !sta_ht_cap.ht_supported) {
202 ht_cfreq = ieee80211_channel_to_frequency(ht_oper->primary_chan,
216 ht_oper->primary_chan, channel->band);
225 ieee80211_chandef_ht_oper(ht_oper, chandef);
253 &he_oper_vht_cap, ht_oper,
263 vht_oper, ht_oper,
361 const struct ieee80211_ht_operation *ht_oper,
380 if (ifmgd->flags & IEEE80211_STA_DISABLE_HT || !ht_oper)
399 ht_opmode = le16_to_cpu(ht_oper->operation_mode);
410 ht_oper, vht_oper, he_oper,
4971 const struct ieee80211_ht_operation *ht_oper = NULL;
5011 if (ht_oper_ie && ht_oper_ie[1] >= sizeof(*ht_oper))
5012 ht_oper = (void *)(ht_oper_ie + 2);
5020 ht_oper = NULL;
5031 if (vht_oper && !ht_oper) {
5093 ht_oper, vht_oper, he_oper,