Home
last modified time | relevance | path

Searched refs:NL80211_CHAN_WIDTH_20_NOHT (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Dqlink_util.c47 result |= BIT(NL80211_CHAN_WIDTH_20_NOHT); in qlink_chan_width_mask_to_nl()
71 return NL80211_CHAN_WIDTH_20_NOHT; in qlink_chanwidth_to_nl()
94 case NL80211_CHAN_WIDTH_20_NOHT: in qlink_chanwidth_nl_to_qlink()
/Linux-v5.4/net/wireless/
Dchan.c36 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in cfg80211_chandef_create()
155 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_valid()
209 chandef->width != NL80211_CHAN_WIDTH_20_NOHT) in cfg80211_chandef_valid()
268 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_get_width()
319 if (c1->width == NL80211_CHAN_WIDTH_20_NOHT || in cfg80211_chandef_compatible()
323 if (c2->width == NL80211_CHAN_WIDTH_20_NOHT || in cfg80211_chandef_compatible()
916 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_usable()
Dmesh.c161 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh()
234 if (chandef->width != NL80211_CHAN_WIDTH_20_NOHT) in cfg80211_set_mesh_channel()
/Linux-v5.4/net/mac80211/
Dvht.c370 return NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_sta_cap_chan_bw()
396 return NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_sta_rx_bw_to_chan_width()
420 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_chan_width_to_rx_bw()
Dmesh.c419 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_cap_ie()
456 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_oper_ie()
483 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_vht_cap_ie()
520 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_vht_oper_ie()
549 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_he_cap_ie()
576 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_he_oper_ie()
1057 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_mesh_process_chnswitch()
Dchan.c201 return NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_sta_bw()
226 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_max_required_bw()
247 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw()
252 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw()
534 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_del_chanctx()
1699 if (chandef->width == NL80211_CHAN_WIDTH_20_NOHT || in ieee80211_vif_change_bandwidth()
1700 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_vif_change_bandwidth()
Dibss.c176 if (chandef->width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_ibss_build_presp()
271 chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in __ieee80211_sta_join_ibss()
419 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_sta_join_ibss()
798 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ibss_process_chanswitch()
828 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ibss_process_chanswitch()
1048 sdata->u.ibss.chandef.width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_update_sta_info()
Dscan.c304 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_prepare_scan_chandef()
918 local->scan_chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_scan_state_set_channel()
Dht.c254 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dutil.c2829 chandef->width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_ie_build_ht_oper()
3372 c->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_chandef_downgrade()
3407 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_chandef_downgrade()
3409 c->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_chandef_downgrade()
Drate.c559 case NL80211_CHAN_WIDTH_20_NOHT: in rate_idx_match_mask()
Dmlme.c163 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_determine_chantype()
302 if (WARN_ON(chandef->width == NL80211_CHAN_WIDTH_20_NOHT)) { in ieee80211_determine_chantype()
407 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_config_bw()
1131 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_chswitch_work()
4865 while (ret && chandef.width != NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_prep_channel()
Dmesh_plink.c163 case NL80211_CHAN_WIDTH_20_NOHT: in mesh_set_ht_prot_mode()
Dmain.c105 chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_hw_conf_chan()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-responder.c83 case NL80211_CHAN_WIDTH_20_NOHT: in iwl_mvm_ftm_responder_cmd()
Dphy-ctxt.c72 case NL80211_CHAN_WIDTH_20_NOHT: in iwl_mvm_get_channel_width()
Dftm-initiator.c221 case NL80211_CHAN_WIDTH_20_NOHT: in iwl_mvm_ftm_target_chandef()
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c831 if (chandef.width > NL80211_CHAN_WIDTH_20_NOHT) in mwifiex_uap_set_channel()
837 if (chandef.width > NL80211_CHAN_WIDTH_20_NOHT) in mwifiex_uap_set_channel()
847 case NL80211_CHAN_WIDTH_20_NOHT: in mwifiex_uap_set_channel()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dcommon.c319 case NL80211_CHAN_WIDTH_20_NOHT: in ath9k_cmn_update_ichannel()
Dinit.c873 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
Drecv.c413 if (sc->cur_chandef.width != NL80211_CHAN_WIDTH_20_NOHT) in ath_calcrxfilter()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_util.c74 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
/Linux-v5.4/include/uapi/linux/
Dnl80211.h4280 NL80211_CHAN_WIDTH_20_NOHT, enumerator
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c480 case NL80211_CHAN_WIDTH_20_NOHT: in mt76x0_phy_bbp_set_bw()
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dmain.c226 case NL80211_CHAN_WIDTH_20_NOHT: in rtw_get_channel_params()

12