Home
last modified time | relevance | path

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

/linux-4.1.27/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.c236 struct ieee80211_vht_operation *vht_oper; in mwifiex_tdls_add_vht_oper() local
268 vht_oper = (struct ieee80211_vht_operation *)pos; in mwifiex_tdls_add_vht_oper()
293 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in mwifiex_tdls_add_vht_oper()
296 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in mwifiex_tdls_add_vht_oper()
299 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in mwifiex_tdls_add_vht_oper()
302 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in mwifiex_tdls_add_vht_oper()
323 vht_oper->basic_mcs_set = cpu_to_le16(mcs_map_result); in mwifiex_tdls_add_vht_oper()
325 switch (vht_oper->chan_width) { in mwifiex_tdls_add_vht_oper()
339 vht_oper->center_freq_seg1_idx = in mwifiex_tdls_add_vht_oper()
/linux-4.1.27/net/mac80211/
Dmlme.c155 const struct ieee80211_vht_operation *vht_oper, in ieee80211_determine_chantype() argument
224 if (!vht_oper || !sband->vht_cap.vht_supported) { in ieee80211_determine_chantype()
231 ieee80211_channel_to_frequency(vht_oper->center_freq_seg1_idx, in ieee80211_determine_chantype()
235 switch (vht_oper->chan_width) { in ieee80211_determine_chantype()
250 vht_oper->center_freq_seg2_idx, in ieee80211_determine_chantype()
257 vht_oper->chan_width); in ieee80211_determine_chantype()
346 const struct ieee80211_vht_operation *vht_oper, in ieee80211_config_bw() argument
365 vht_oper = NULL; in ieee80211_config_bw()
385 ht_cap, ht_oper, vht_oper, in ieee80211_config_bw()
4216 const struct ieee80211_vht_operation *vht_oper = NULL; in ieee80211_prep_channel() local
[all …]
Dutil.c2350 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper() local
2354 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
2355 vht_oper->center_freq_seg1_idx = ieee80211_frequency_to_channel( in ieee80211_ie_build_vht_oper()
2358 vht_oper->center_freq_seg2_idx = in ieee80211_ie_build_vht_oper()
2363 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in ieee80211_ie_build_vht_oper()
2366 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in ieee80211_ie_build_vht_oper()
2369 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper()
2372 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper()
2377 vht_oper->basic_mcs_set = cpu_to_le16(0xffff); in ieee80211_ie_build_vht_oper()