Searched refs:chan_width (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | 11ac.c | 225 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 227 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 230 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 232 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 235 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 237 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 240 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 317 if (vht_oper->chan_width == IEEE80211_VHT_CHANWIDTH_USE_HT) in mwifiex_is_bss_in_11ac_mode()
|
D | tdls.c | 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() 325 switch (vht_oper->chan_width) { in mwifiex_tdls_add_vht_oper()
|
D | 11h.c | 161 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request()
|
D | fw.h | 1231 u8 chan_width; member 1552 u8 chan_width; member
|
/linux-4.1.27/net/mac80211/ |
D | rate.c | 364 enum nl80211_chan_width chan_width, in rate_idx_match_mask() argument 394 switch (chan_width) { in rate_idx_match_mask() 413 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 579 enum nl80211_chan_width chan_width; in rate_control_apply_mask() local 620 chan_width = sdata->vif.bss_conf.chandef.width; in rate_control_apply_mask() 626 rate_idx_match_mask(&rates[i], sband, chan_width, mask, in rate_control_apply_mask()
|
D | trace.h | 33 __field(u32, chan_width) \ 38 __entry->chan_width = (c) ? (c)->width : 0; \ 42 #define CHANDEF_PR_ARG __entry->control_freq, __entry->chan_width, \ 1422 u32 chan_width; member 1473 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1481 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width,
|
D | util.c | 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() 2420 switch (oper->chan_width) { in ieee80211_vht_oper_to_chandef()
|
D | mlme.c | 235 switch (vht_oper->chan_width) { in ieee80211_determine_chantype() 257 vht_oper->chan_width); in ieee80211_determine_chantype()
|
/linux-4.1.27/include/linux/ |
D | ieee80211.h | 1489 u8 chan_width; member
|