Searched refs:vht_oper (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/mac80211/
H A Dspectmgmt.c81 struct ieee80211_vht_operation vht_oper; local
107 vht_oper.center_freq_seg0_idx =
109 vht_oper.center_freq_seg1_idx = center_freq2 ?
117 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
118 vht_oper.center_freq_seg1_idx = vht_oper.center_freq_seg0_idx;
119 vht_oper.center_freq_seg0_idx +=
123 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
126 vht_oper.chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
129 vht_oper
[all...]
H A Dutil.c2672 struct ieee80211_vht_operation *vht_oper; local
2676 vht_oper = (struct ieee80211_vht_operation *)pos;
2677 vht_oper->center_freq_seg0_idx = ieee80211_frequency_to_channel(
2680 vht_oper->center_freq_seg1_idx =
2683 vht_oper->center_freq_seg1_idx = 0x00;
2691 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
2692 vht_oper->center_freq_seg1_idx = vht_oper->center_freq_seg0_idx;
2694 vht_oper->center_freq_seg0_idx -= 8;
2696 vht_oper
[all...]
H A Dmlme.c160 const struct ieee80211_vht_operation *vht_oper = elems->vht_operation; local
272 } else if (!vht_oper || !elems->vht_cap_elem) {
283 vht_oper, ht_oper,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c297 struct ieee80211_vht_operation *vht_oper; local
300 vht_oper = bss_desc->bcn_vht_oper;
302 if (!bss_desc->bcn_vht_cap || !vht_oper)
305 if (vht_oper->chan_width == IEEE80211_VHT_CHANWIDTH_USE_HT)
H A Dtdls.c238 struct ieee80211_vht_operation *vht_oper; local
277 vht_oper = (struct ieee80211_vht_operation *)pos;
302 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
305 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ;
308 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ;
311 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT;
332 vht_oper->basic_mcs_set = cpu_to_le16(mcs_map_result);
334 switch (vht_oper->chan_width) {
348 vht_oper->center_freq_seg0_idx =

Completed in 200 milliseconds