Home
last modified time | relevance | path

Searched refs:vht_oper (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
D11ac.c309 struct ieee80211_vht_operation *vht_oper; in mwifiex_is_bss_in_11ac_mode() local
312 vht_oper = bss_desc->bcn_vht_oper; in mwifiex_is_bss_in_11ac_mode()
314 if (!bss_desc->bcn_vht_cap || !vht_oper) in mwifiex_is_bss_in_11ac_mode()
317 if (vht_oper->chan_width == IEEE80211_VHT_CHANWIDTH_USE_HT) in mwifiex_is_bss_in_11ac_mode()
Dtdls.c242 struct ieee80211_vht_operation *vht_oper; in mwifiex_tdls_add_vht_oper() local
281 vht_oper = (struct ieee80211_vht_operation *)pos; in mwifiex_tdls_add_vht_oper()
306 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in mwifiex_tdls_add_vht_oper()
309 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in mwifiex_tdls_add_vht_oper()
312 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in mwifiex_tdls_add_vht_oper()
315 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in mwifiex_tdls_add_vht_oper()
336 vht_oper->basic_mcs_set = cpu_to_le16(mcs_map_result); in mwifiex_tdls_add_vht_oper()
338 switch (vht_oper->chan_width) { in mwifiex_tdls_add_vht_oper()
352 vht_oper->center_freq_seg1_idx = in mwifiex_tdls_add_vht_oper()
/linux-4.4.14/net/mac80211/
Dmlme.c148 const struct ieee80211_vht_operation *vht_oper, in ieee80211_determine_chantype() argument
217 if (!vht_oper || !sband->vht_cap.vht_supported) { in ieee80211_determine_chantype()
224 ieee80211_channel_to_frequency(vht_oper->center_freq_seg1_idx, in ieee80211_determine_chantype()
228 switch (vht_oper->chan_width) { in ieee80211_determine_chantype()
243 vht_oper->center_freq_seg2_idx, in ieee80211_determine_chantype()
250 vht_oper->chan_width); in ieee80211_determine_chantype()
339 const struct ieee80211_vht_operation *vht_oper, in ieee80211_config_bw() argument
358 vht_oper = NULL; in ieee80211_config_bw()
378 ht_cap, ht_oper, vht_oper, in ieee80211_config_bw()
4202 const struct ieee80211_vht_operation *vht_oper = NULL; in ieee80211_prep_channel() local
[all …]
Dutil.c2346 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper() local
2350 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
2351 vht_oper->center_freq_seg1_idx = ieee80211_frequency_to_channel( in ieee80211_ie_build_vht_oper()
2354 vht_oper->center_freq_seg2_idx = in ieee80211_ie_build_vht_oper()
2357 vht_oper->center_freq_seg2_idx = 0x00; in ieee80211_ie_build_vht_oper()
2361 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in ieee80211_ie_build_vht_oper()
2364 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in ieee80211_ie_build_vht_oper()
2367 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2370 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper()
2375 vht_oper->basic_mcs_set = cpu_to_le16(0xffff); in ieee80211_ie_build_vht_oper()