Lines Matching defs:ht_oper
2636 struct ieee80211_ht_operation *ht_oper;
2640 ht_oper = (struct ieee80211_ht_operation *)pos;
2641 ht_oper->primary_chan = ieee80211_frequency_to_channel(
2649 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
2651 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_BELOW;
2658 ht_oper->ht_param = IEEE80211_HT_PARAM_CHA_SEC_NONE;
2664 ht_oper->ht_param |= IEEE80211_HT_PARAM_CHAN_WIDTH_ANY;
2667 ht_oper->ht_param |= IEEE80211_HT_PARAM_RIFS_MODE;
2669 ht_oper->operation_mode = cpu_to_le16(prot_mode);
2670 ht_oper->stbc_param = 0x0000;
2674 memset(&ht_oper->basic_set, 0, 16);
2675 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);
2937 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
2942 if (!ht_oper)
2945 switch (ht_oper->ht_param & IEEE80211_HT_PARAM_CHA_SEC_OFFSET) {