Searched refs:chan_width (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 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() 338 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 | 1326 u8 chan_width; member 1664 u8 chan_width; member
|
/linux-4.4.14/net/mac80211/ |
D | rate.c | 460 enum nl80211_chan_width chan_width, in rate_idx_match_mask() argument 477 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 510 switch (chan_width) { in rate_idx_match_mask() 527 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 743 enum nl80211_chan_width chan_width; in rate_control_apply_mask_ratetbl() local 749 chan_width = sta->sdata->vif.bss_conf.chandef.width; in rate_control_apply_mask_ratetbl() 755 sband, chan_width, mask, mcs_mask, in rate_control_apply_mask_ratetbl() 766 enum nl80211_chan_width chan_width; in rate_control_apply_mask() local 786 chan_width = sdata->vif.bss_conf.chandef.width; in rate_control_apply_mask() 794 chan_width, mask, mcs_mask, vht_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, \ 1454 u32 chan_width; member 1505 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1513 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width,
|
D | util.c | 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() 2418 switch (oper->chan_width) { in ieee80211_vht_oper_to_chandef()
|
D | mlme.c | 228 switch (vht_oper->chan_width) { in ieee80211_determine_chantype() 250 vht_oper->chan_width); in ieee80211_determine_chantype()
|
/linux-4.4.14/include/linux/ |
D | ieee80211.h | 1490 u8 chan_width; member
|