Home
last modified time | relevance | path

Searched refs:NL80211_CHAN_WIDTH_80 (Results 1 - 25 of 96) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_phy.h15 case NL80211_CHAN_WIDTH_80: in mt76x02_get_rssi_gain_thresh()
28 case NL80211_CHAN_WIDTH_80: in mt76x02_get_low_rssi_gain_thresh()
H A Dmt76x02_phy.c129 case NL80211_CHAN_WIDTH_80: in mt76x02_phy_set_bw()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_phy.h15 case NL80211_CHAN_WIDTH_80: in mt76x02_get_rssi_gain_thresh()
28 case NL80211_CHAN_WIDTH_80: in mt76x02_get_low_rssi_gain_thresh()
H A Dmt76x02_phy.c129 case NL80211_CHAN_WIDTH_80: in mt76x02_phy_set_bw()
H A Dmt76_connac.h260 [NL80211_CHAN_WIDTH_80] = CMD_CBW_80MHZ, in mt76_connac_chan_bw()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c56 result |= BIT(NL80211_CHAN_WIDTH_80); in qlink_chan_width_mask_to_nl()
77 return NL80211_CHAN_WIDTH_80; in qlink_chanwidth_to_nl()
100 case NL80211_CHAN_WIDTH_80: in qlink_chanwidth_nl_to_qlink()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c56 result |= BIT(NL80211_CHAN_WIDTH_80); in qlink_chan_width_mask_to_nl()
77 return NL80211_CHAN_WIDTH_80; in qlink_chanwidth_to_nl()
100 case NL80211_CHAN_WIDTH_80: in qlink_chanwidth_nl_to_qlink()
/kernel/linux/linux-6.6/net/wireless/
H A Dchan.c178 case NL80211_CHAN_WIDTH_80: in nl80211_chan_width_to_mhz()
296 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_valid()
334 case NL80211_CHAN_WIDTH_80: in chandef_primary_freqs()
430 if (c1->width == NL80211_CHAN_WIDTH_80 && in cfg80211_chandef_compatible()
431 c2->width > NL80211_CHAN_WIDTH_80) in cfg80211_chandef_compatible()
434 if (c2->width == NL80211_CHAN_WIDTH_80 && in cfg80211_chandef_compatible()
435 c1->width > NL80211_CHAN_WIDTH_80) in cfg80211_chandef_compatible()
1132 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_usable()
1501 case NL80211_CHAN_WIDTH_80: in cfg80211_valid_disable_subchannel_bitmap()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dphy.c150 else if (width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_set_txpower()
300 if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) { in mt76x2_phy_update_channel_gain()
322 else if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_update_channel_gain()
H A Dusb_phy.c106 case NL80211_CHAN_WIDTH_80: in mt76x2u_phy_set_channel()
H A Dpci_phy.c169 case NL80211_CHAN_WIDTH_80: in mt76x2_phy_set_channel()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dphy.c150 else if (width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_set_txpower()
300 if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) { in mt76x2_phy_update_channel_gain()
322 else if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_update_channel_gain()
H A Dusb_phy.c106 case NL80211_CHAN_WIDTH_80: in mt76x2u_phy_set_channel()
H A Dpci_phy.c169 case NL80211_CHAN_WIDTH_80: in mt76x2_phy_set_channel()
/kernel/linux/linux-5.10/net/wireless/
H A Dchan.c178 case NL80211_CHAN_WIDTH_80: in nl80211_chan_width_to_mhz()
268 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_valid()
317 case NL80211_CHAN_WIDTH_80: in chandef_primary_freqs()
1022 case NL80211_CHAN_WIDTH_80: in cfg80211_chandef_usable()
/kernel/linux/linux-5.10/net/mac80211/
H A Dvht.c401 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_cap_chan_bw()
420 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_rx_bw_to_chan_width()
443 case NL80211_CHAN_WIDTH_80: in ieee80211_chan_width_to_rx_bw()
H A Dutil.c3017 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_ht_oper()
3054 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_wide_bw_cs()
3112 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_vht_oper()
3191 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_he_oper()
3324 new.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_vht_oper()
3424 he_chandef.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_he_6ghz_oper()
3427 he_chandef.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_he_6ghz_oper()
3834 case NL80211_CHAN_WIDTH_80: in ieee80211_chandef_downgrade()
3845 c->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_downgrade()
3855 c->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_downgrade()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dvht.c447 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_cap_chan_bw()
468 return NL80211_CHAN_WIDTH_80; in ieee80211_sta_rx_bw_to_chan_width()
491 case NL80211_CHAN_WIDTH_80: in ieee80211_chan_width_to_rx_bw()
H A Dutil.c3347 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_ht_oper()
3388 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_wide_bw_cs()
3450 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_vht_oper()
3540 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_he_oper()
3613 case NL80211_CHAN_WIDTH_80: in ieee80211_ie_build_eht_oper()
3743 new.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_vht_oper()
3800 chandef->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_eht_oper()
3809 chandef->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_eht_oper()
3821 chandef->width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_eht_oper()
3921 he_chandef.width = NL80211_CHAN_WIDTH_80; in ieee80211_chandef_he_6ghz_oper()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c91 case NL80211_CHAN_WIDTH_80: in iwl_mvm_ftm_responder_set_bw_v1()
120 case NL80211_CHAN_WIDTH_80: in iwl_mvm_ftm_responder_set_bw_v2()
H A Dphy-ctxt.c77 case NL80211_CHAN_WIDTH_80: in iwl_mvm_get_channel_width()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c37 case NL80211_CHAN_WIDTH_80: in iwl_mvm_ftm_responder_set_bw_v1()
66 case NL80211_CHAN_WIDTH_80: in iwl_mvm_ftm_responder_set_bw_v2()
H A Dphy-ctxt.c20 case NL80211_CHAN_WIDTH_80: in iwl_mvm_get_channel_width()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c135 if (chandef->width == NL80211_CHAN_WIDTH_80) { in mt76x0_get_delta()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c487 case NL80211_CHAN_WIDTH_80: in mt76x0_phy_bbp_set_bw()
956 case NL80211_CHAN_WIDTH_80: in mt76x0_phy_set_channel()
972 if (chandef->width == NL80211_CHAN_WIDTH_80 || in mt76x0_phy_set_channel()

Completed in 24 milliseconds

1234