Home
last modified time | relevance | path

Searched refs:NL80211_CHAN_WIDTH_80 (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dqlink_util.c68 result |= BIT(NL80211_CHAN_WIDTH_80); in qlink_chan_width_mask_to_nl()
89 return NL80211_CHAN_WIDTH_80; in qlink_chanwidth_to_nl()
112 case NL80211_CHAN_WIDTH_80: in qlink_chanwidth_nl_to_qlink()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_phy.c137 case NL80211_CHAN_WIDTH_80: in mt76x2_get_rssi_gain_thresh()
150 case NL80211_CHAN_WIDTH_80: in mt76x2_get_low_rssi_gain_thresh()
225 if (dev->mt76.chandef.width == NL80211_CHAN_WIDTH_80) { in mt76x2_phy_update_channel_gain()
250 if (dev->mt76.chandef.width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_update_channel_gain()
319 case NL80211_CHAN_WIDTH_80: in mt76x2_phy_set_channel()
Dmt76x2u_phy.c126 case NL80211_CHAN_WIDTH_80: { in mt76x2u_phy_update_channel_gain()
211 case NL80211_CHAN_WIDTH_80: in mt76x2u_phy_set_channel()
Dmt76x2_phy_common.c189 else if (width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_set_txpower()
265 case NL80211_CHAN_WIDTH_80: in mt76x2_phy_set_bw()
Dmt76x2_init.c477 BIT(NL80211_CHAN_WIDTH_80),
Dmt76x2_dfs.c720 case NL80211_CHAN_WIDTH_80: in mt76x2_dfs_set_bbp_params()
/Linux-v4.19/net/wireless/
Dchan.c88 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_valid()
128 case NL80211_CHAN_WIDTH_80: in chandef_primary_freqs()
173 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_get_width()
772 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_usable()
Dutil.c1487 case NL80211_CHAN_WIDTH_80: in ieee80211_chandef_to_operating_class()
/Linux-v4.19/net/mac80211/
Dvht.c358 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_cap_chan_bw()
377 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_rx_bw_to_chan_width()
400 case NL80211_CHAN_WIDTH_80: in ieee80211_chan_width_to_rx_bw()
Dutil.c2524 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_ht_oper()
2561 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_wide_bw_cs()
2619 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_vht_oper()
2678 new.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_vht_oper()
3044 case NL80211_CHAN_WIDTH_80: in ieee80211_chandef_downgrade()
3055 c->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_downgrade()
3065 c->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_downgrade()
3189 if (csa_settings->chandef.width == NL80211_CHAN_WIDTH_80 || in ieee80211_send_action_csa()
Dtdls.c320 if (max_width > NL80211_CHAN_WIDTH_80) in ieee80211_tdls_chandef_vht_upgrade()
321 max_width = NL80211_CHAN_WIDTH_80; in ieee80211_tdls_chandef_vht_upgrade()
335 uc.width = NL80211_CHAN_WIDTH_80; in ieee80211_tdls_chandef_vht_upgrade()
Dht.c253 case NL80211_CHAN_WIDTH_80: in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dibss.c433 case NL80211_CHAN_WIDTH_80: in ieee80211_sta_join_ibss()
1398 case NL80211_CHAN_WIDTH_80: in ieee80211_ibss_setup_scan_channels()
Dchan.c204 return NL80211_CHAN_WIDTH_80; in ieee80211_get_sta_bw()
Dmesh.c783 case NL80211_CHAN_WIDTH_80: in ieee80211_mesh_build_beacon()
Dmlme.c414 case NL80211_CHAN_WIDTH_80: in ieee80211_config_bw()
1109 case NL80211_CHAN_WIDTH_80: in ieee80211_chswitch_work()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dphy-ctxt.c77 case NL80211_CHAN_WIDTH_80: in iwl_mvm_get_channel_width()
Ddebugfs-vif.c1452 [NL80211_CHAN_WIDTH_80] = "vht80",
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c208 case NL80211_CHAN_WIDTH_80: in mt76x0_bbp_set_ctrlch()
630 case NL80211_CHAN_WIDTH_80: in mt76x0_bbp_set_bw()
719 case NL80211_CHAN_WIDTH_80: in __mt76x0_phy_set_channel()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c244 if (ap_11ac_enable && width >= NL80211_CHAN_WIDTH_80) in mwifiex_set_vht_width()
849 case NL80211_CHAN_WIDTH_80: in mwifiex_uap_set_channel()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dcore.c676 if (width < NL80211_CHAN_WIDTH_80) in rtl_op_config()
699 if (width >= NL80211_CHAN_WIDTH_80) { in rtl_op_config()
700 if (width == NL80211_CHAN_WIDTH_80) { in rtl_op_config()
/Linux-v4.19/drivers/staging/rtlwifi/
Dcore.c624 if (width < NL80211_CHAN_WIDTH_80) in rtl_op_config()
647 if (width >= NL80211_CHAN_WIDTH_80) { in rtl_op_config()
648 if (width == NL80211_CHAN_WIDTH_80) { in rtl_op_config()
/Linux-v4.19/include/uapi/linux/
Dnl80211.h4054 NL80211_CHAN_WIDTH_80, enumerator
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c476 BIT(NL80211_CHAN_WIDTH_80) |
490 BIT(NL80211_CHAN_WIDTH_80) |
1636 [NL80211_CHAN_WIDTH_80] = "vht80",
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c565 case NL80211_CHAN_WIDTH_80: in chan_to_phymode()
583 case NL80211_CHAN_WIDTH_80: in chan_to_phymode()
8022 BIT(NL80211_CHAN_WIDTH_80),
8146 BIT(NL80211_CHAN_WIDTH_80),

12