Lines Matching refs:vht_oper
3417 struct ieee80211_vht_operation *vht_oper;
3421 vht_oper = (struct ieee80211_vht_operation *)pos;
3422 vht_oper->center_freq_seg0_idx = ieee80211_frequency_to_channel(
3425 vht_oper->center_freq_seg1_idx =
3428 vht_oper->center_freq_seg1_idx = 0x00;
3436 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3437 vht_oper->center_freq_seg1_idx = vht_oper->center_freq_seg0_idx;
3439 vht_oper->center_freq_seg0_idx -= 8;
3441 vht_oper->center_freq_seg0_idx += 8;
3448 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3451 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3458 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT;
3463 vht_oper->basic_mcs_set = cpu_to_le16(0xffff);