Home
last modified time | relevance | path

Searched refs:chan_width (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
D11ac.c225 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()
Dtdls.c306 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()
D11h.c161 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request()
Dfw.h1326 u8 chan_width; member
1664 u8 chan_width; member
/linux-4.4.14/net/mac80211/
Drate.c460 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()
Dtrace.h33 __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,
Dutil.c2361 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()
Dmlme.c228 switch (vht_oper->chan_width) { in ieee80211_determine_chantype()
250 vht_oper->chan_width); in ieee80211_determine_chantype()
/linux-4.4.14/include/linux/
Dieee80211.h1490 u8 chan_width; member