Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dchan.c27 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in cfg80211_chandef_create()
61 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_valid()
165 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_get_width()
216 if (c1->width == NL80211_CHAN_WIDTH_20_NOHT || in cfg80211_chandef_compatible()
220 if (c2->width == NL80211_CHAN_WIDTH_20_NOHT || in cfg80211_chandef_compatible()
627 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_chandef_usable()
Dmesh.c160 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh()
220 if (chandef->width != NL80211_CHAN_WIDTH_20_NOHT) in cfg80211_set_mesh_channel()
Dwext-sme.c121 .width = NL80211_CHAN_WIDTH_20_NOHT, in cfg80211_mgd_wext_siwfreq()
Dwext-compat.c782 .width = NL80211_CHAN_WIDTH_20_NOHT, in cfg80211_wext_siwfreq()
Dnl80211.c1930 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in nl80211_parse_chandef()
2344 case NL80211_CHAN_WIDTH_20_NOHT: in nl80211_send_chandef()
7285 case NL80211_CHAN_WIDTH_20_NOHT: in nl80211_join_ibss()
7349 if ((ibss.chandef.width != NL80211_CHAN_WIDTH_20_NOHT) && in nl80211_join_ibss()
10167 chandef.width != NL80211_CHAN_WIDTH_20_NOHT && in nl80211_tdls_channel_switch()
/linux-4.1.27/net/mac80211/
Dchan.c200 return NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_sta_bw()
225 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_max_required_bw()
249 enum nl80211_chan_width max_bw = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw()
254 enum nl80211_chan_width width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_get_chanctx_max_required_bw()
525 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_del_chanctx()
1662 if (chandef->width == NL80211_CHAN_WIDTH_20_NOHT || in ieee80211_vif_change_bandwidth()
1663 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_vif_change_bandwidth()
Dibss.c175 if (chandef->width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_ibss_build_presp()
270 chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in __ieee80211_sta_join_ibss()
417 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_sta_join_ibss()
426 NL80211_CHAN_WIDTH_20_NOHT); in ieee80211_sta_join_ibss()
437 NL80211_CHAN_WIDTH_20_NOHT); in ieee80211_sta_join_ibss()
795 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ibss_process_chanswitch()
826 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ibss_process_chanswitch()
1039 sdata->u.ibss.chandef.width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_update_sta_info()
Dvht.c291 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_chan_width_to_rx_bw()
Dscan.c241 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_prepare_scan_chandef()
760 local->scan_chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_scan_state_set_channel()
Dht.c242 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_ht_cap_ie_to_sta_ht_cap()
Dmesh.c423 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_cap_ie()
872 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_mesh_process_chnswitch()
Dutil.c2332 chandef->width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_ie_build_ht_oper()
2752 c->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_chandef_downgrade()
2787 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_chandef_downgrade()
2789 c->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_chandef_downgrade()
Drate.c395 case NL80211_CHAN_WIDTH_20_NOHT: in rate_idx_match_mask()
Dmesh_plink.c162 case NL80211_CHAN_WIDTH_20_NOHT: in mesh_set_ht_prot_mode()
Dmlme.c167 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_determine_chantype()
325 if (WARN_ON(chandef->width == NL80211_CHAN_WIDTH_20_NOHT)) { in ieee80211_determine_chantype()
426 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_config_bw()
4297 while (ret && chandef.width != NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_prep_channel()
Dcfg.c2286 if (sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) in __ieee80211_request_smps_ap()
2377 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) in __ieee80211_request_smps_mgd()
3071 case NL80211_CHAN_WIDTH_20_NOHT: in ieee80211_set_csa_beacon()
Dmain.c110 chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in ieee80211_hw_conf_chan()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dphy-ctxt.c74 case NL80211_CHAN_WIDTH_20_NOHT: in iwl_mvm_get_channel_width()
Dmac-ctxt.c737 if (vif->bss_conf.chandef.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mvm_mac_ctxt_cmd_common()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon.c318 case NL80211_CHAN_WIDTH_20_NOHT: in ath9k_cmn_update_ichannel()
Dinit.c790 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
Drecv.c418 if (sc->cur_chandef.width != NL80211_CHAN_WIDTH_20_NOHT) in ath_calcrxfilter()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_cmd.c791 if (chandef.width > NL80211_CHAN_WIDTH_20_NOHT) in mwifiex_uap_set_channel()
797 if (chandef.width > NL80211_CHAN_WIDTH_20_NOHT) in mwifiex_uap_set_channel()
/linux-4.1.27/include/uapi/linux/
Dnl80211.h3302 NL80211_CHAN_WIDTH_20_NOHT, enumerator
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c440 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
460 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
1487 [NL80211_CHAN_WIDTH_20_NOHT] = "noht",
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c281 case NL80211_CHAN_WIDTH_20_NOHT: in chan_to_phymode()
304 case NL80211_CHAN_WIDTH_20_NOHT: in chan_to_phymode()
2997 case NL80211_CHAN_WIDTH_20_NOHT: in chandef_get_width()
5313 .radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) |
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c869 if ((hw->conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT) || in rsi_band_check()
/linux-4.1.27/include/net/
Dmac80211.h5218 (conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT); in conf_is_ht()
Dcfg80211.h414 case NL80211_CHAN_WIDTH_20_NOHT: in cfg80211_get_chandef_type()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c563 conf->chandef.width == NL80211_CHAN_WIDTH_20_NOHT) in brcms_ops_config()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dbase.c455 case NL80211_CHAN_WIDTH_20_NOHT: in ath5k_chan_set()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c4218 (bss_conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT)) { in wl1271_bss_info_changed_ap()
4491 bss_conf->chandef.width != NL80211_CHAN_WIDTH_20_NOHT; in wl1271_bss_info_changed_sta()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c303 case NL80211_CHAN_WIDTH_20_NOHT: in chandef_to_chanspec()