Home
last modified time | relevance | path

Searched refs:NL80211_CHAN_WIDTH_160 (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dqlink_util.c62 result |= BIT(NL80211_CHAN_WIDTH_160); in qlink_chan_width_mask_to_nl()
81 return NL80211_CHAN_WIDTH_160; in qlink_chanwidth_to_nl()
104 case NL80211_CHAN_WIDTH_160: in qlink_chanwidth_nl_to_qlink()
/linux-6.1.9/net/mac80211/
Dvht.c431 return NL80211_CHAN_WIDTH_160; in ieee80211_sta_cap_chan_bw()
462 return NL80211_CHAN_WIDTH_160; in ieee80211_sta_rx_bw_to_chan_width()
481 case NL80211_CHAN_WIDTH_160: in ieee80211_chan_width_to_rx_bw()
Dutil.c3142 case NL80211_CHAN_WIDTH_160: in ieee80211_ie_build_ht_oper()
3188 case NL80211_CHAN_WIDTH_160: in ieee80211_ie_build_wide_bw_cs()
3228 case NL80211_CHAN_WIDTH_160: in ieee80211_ie_build_vht_oper()
3321 case NL80211_CHAN_WIDTH_160: in ieee80211_ie_build_he_oper()
3477 new.width = NL80211_CHAN_WIDTH_160; in ieee80211_chandef_vht_oper()
3487 new.width = NL80211_CHAN_WIDTH_160; in ieee80211_chandef_vht_oper()
3530 chandef->width = NL80211_CHAN_WIDTH_160; in ieee80211_chandef_eht_oper()
3545 chandef->width = NL80211_CHAN_WIDTH_160; in ieee80211_chandef_eht_oper()
3657 he_chandef.width = NL80211_CHAN_WIDTH_160; in ieee80211_chandef_he_6ghz_oper()
3665 if (he_chandef.width == NL80211_CHAN_WIDTH_160) { in ieee80211_chandef_he_6ghz_oper()
[all …]
Dspectmgmt.c167 new_vht_chandef.width == NL80211_CHAN_WIDTH_160) in ieee80211_parse_ch_switch_ie()
Dht.c273 case NL80211_CHAN_WIDTH_160: in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dchan.c232 return NL80211_CHAN_WIDTH_160; in ieee80211_get_sta_bw()
481 case NL80211_CHAN_WIDTH_160: in ieee80211_change_chanctx()
Dibss.c430 case NL80211_CHAN_WIDTH_160: in ieee80211_sta_join_ibss()
1403 case NL80211_CHAN_WIDTH_160: in ieee80211_ibss_setup_scan_channels()
Dmesh.c931 case NL80211_CHAN_WIDTH_160: in ieee80211_mesh_build_beacon()
/linux-6.1.9/net/wireless/
Dchan.c181 case NL80211_CHAN_WIDTH_160: in nl80211_chan_width_to_mhz()
288 case NL80211_CHAN_WIDTH_160: in cfg80211_chandef_valid()
345 case NL80211_CHAN_WIDTH_160: in chandef_primary_freqs()
1140 case NL80211_CHAN_WIDTH_160: in cfg80211_chandef_usable()
Dcore.c718 BIT(NL80211_CHAN_WIDTH_160) | in wiphy_register()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76_connac.h232 [NL80211_CHAN_WIDTH_160] = CMD_CBW_160MHZ, in mt76_connac_chan_bw()
Dtestmode.c257 case NL80211_CHAN_WIDTH_160: in mt76_testmode_tx_init()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dphy-ctxt.c22 case NL80211_CHAN_WIDTH_160: in iwl_mvm_get_channel_width()
Dftm-responder.c71 case NL80211_CHAN_WIDTH_160: in iwl_mvm_ftm_responder_set_bw_v2()
Dftm-initiator.c348 case NL80211_CHAN_WIDTH_160: in iwl_mvm_ftm_target_chandef_v2()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c2105 [NL80211_CHAN_WIDTH_160] = CMD_CBW_160MHZ, in mt7615_mcu_chan_bw()
2269 case NL80211_CHAN_WIDTH_160: in mt7615_dcoc_freq_idx()
2340 if (chandef->width == NL80211_CHAN_WIDTH_160) { in mt7615_mcu_apply_rx_dcoc()
2362 chandef->width == NL80211_CHAN_WIDTH_160) && !req.is_freq2) { in mt7615_mcu_apply_rx_dcoc()
2461 if (chandef->width == NL80211_CHAN_WIDTH_160) { in mt7615_mcu_apply_tx_dpd()
2483 chandef->width == NL80211_CHAN_WIDTH_160) && !req.is_freq2) { in mt7615_mcu_apply_tx_dpd()
Dinit.c257 BIT(NL80211_CHAN_WIDTH_160) |
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dtestmode.c308 case NL80211_CHAN_WIDTH_160: in mt7915_tm_set_tx_len()
548 case NL80211_CHAN_WIDTH_160: in mt7915_tm_set_tx_cont()
Dinit.c40 BIT(NL80211_CHAN_WIDTH_160) |
Ddebugfs.c416 case NL80211_CHAN_WIDTH_160: in mt7915_rdd_monitor()
Dmac.c614 case NL80211_CHAN_WIDTH_160: in mt7915_mac_write_txwi_tm()
1853 if (chandef->width == NL80211_CHAN_WIDTH_160 || in mt7915_dfs_start_radar_detector()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c847 case NL80211_CHAN_WIDTH_160: in mwifiex_uap_set_channel()
/linux-6.1.9/drivers/net/wireless/
Dmac80211_hwsim.c848 case NL80211_CHAN_WIDTH_160: in hwsim_get_chanwidth()
1899 bw = NL80211_CHAN_WIDTH_160; in mac80211_hwsim_tx()
2164 [NL80211_CHAN_WIDTH_160] = "vht160",
4362 BIT(NL80211_CHAN_WIDTH_160); in mac80211_hwsim_new_radio()
/linux-6.1.9/include/uapi/linux/
Dnl80211.h4881 NL80211_CHAN_WIDTH_160, enumerator
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c494 case NL80211_CHAN_WIDTH_160: in mt76x0_phy_bbp_set_bw()

12