Lines Matching defs:ht_oper
3337 struct ieee80211_ht_operation *ht_oper;
3341 ht_oper = (struct ieee80211_ht_operation *)pos;
3342 ht_oper->primary_chan = ieee80211_frequency_to_channel(
3350 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
3352 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW;
3359 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
3365 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY;
3368 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE;
3370 ht_oper->operation_mode = cpu_to_le16(prot_mode);
3371 ht_oper->stbc_param = 0x0000;
3375 memset(&ht_oper->basic_set, 0, 16);
3376 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);
3631 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
3636 if (!ht_oper)
3639 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) {