Lines Matching defs:vht_oper
2716 struct ieee80211_vht_operation *vht_oper;
2720 vht_oper = (struct ieee80211_vht_operation *)pos;
2721 vht_oper->center_freq_seg0_idx = ieee80211_frequency_to_channel(
2724 vht_oper->center_freq_seg1_idx =
2727 vht_oper->center_freq_seg1_idx = 0x00;
2735 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
2736 vht_oper->center_freq_seg1_idx = vht_oper->center_freq_seg0_idx;
2738 vht_oper->center_freq_seg0_idx -= 8;
2740 vht_oper->center_freq_seg0_idx += 8;
2747 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
2750 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
2757 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT;
2762 vht_oper->basic_mcs_set = cpu_to_le16(0xffff);