Lines Matching defs:ht_oper
3007 struct ieee80211_ht_operation *ht_oper;
3011 ht_oper = (struct ieee80211_ht_operation *)pos;
3012 ht_oper->primary_chan = ieee80211_frequency_to_channel(
3020 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
3022 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW;
3025 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
3031 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY;
3034 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE;
3036 ht_oper->operation_mode = cpu_to_le16(prot_mode);
3037 ht_oper->stbc_param = 0x0000;
3041 memset(&ht_oper->basic_set, 0, 16);
3042 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);
3211 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
3216 if (!ht_oper)
3219 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) {