/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | cfg.c | 175 if (cfg80211_get_chandef_type(chandef) != NL80211_CHAN_NO_HT) in orinoco_set_monitor_channel()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 2913 wlvif->channel_type = cfg80211_get_chandef_type(&bss_conf->chandef); in wlcore_set_assoc() 4643 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_add_chanctx() 4652 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_remove_chanctx() 4667 channel, cfg80211_get_chandef_type(&ctx->def), changed); in wlcore_op_change_chanctx() 4716 cfg80211_get_chandef_type(&ctx->def), in wlcore_op_assign_vif_chanctx() 4733 wlvif->channel_type = cfg80211_get_chandef_type(&ctx->def); in wlcore_op_assign_vif_chanctx() 4766 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_unassign_vif_chanctx() 4804 cfg80211_get_chandef_type(&new_ctx->def)); in __wlcore_switch_vif_chan() 4819 wlvif->channel_type = cfg80211_get_chandef_type(&new_ctx->def); in __wlcore_switch_vif_chan()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lcn.c | 780 cfg80211_get_chandef_type(&dev->wl->hw->conf.chandef); in b43_phy_lcn_op_switch_channel()
|
H A D | phy_ht.c | 1062 cfg80211_get_chandef_type(&dev->wl->hw->conf.chandef); in b43_phy_ht_op_switch_channel()
|
H A D | phy_n.c | 5226 cfg80211_get_chandef_type(dev->phy.chandef); in b43_nphy_save_cal() 5527 cfg80211_get_chandef_type(phy->chandef); in b43_nphy_cal_tx_iq_lo() 5564 nphy->txiqlocal_chanspec.channel_type != cfg80211_get_chandef_type(dev->phy.chandef)) in b43_nphy_reapply_tx_cal_coeffs() 6631 cfg80211_get_chandef_type(&dev->wl->hw->conf.chandef); in b43_nphy_op_switch_channel()
|
/openbmc/linux/net/mac80211/ |
H A D | ibss.c | 419 chan_type = cfg80211_get_chandef_type(&sdata->u.ibss.chandef); in ieee80211_sta_join_ibss() 831 ch_type = cfg80211_get_chandef_type(&ifibss->chandef); in ieee80211_ibss_process_chanswitch()
|
H A D | tdls.c | 1614 ht40plus = cfg80211_get_chandef_type(chandef) == in ieee80211_tdls_ch_sw_tmpl_get()
|
H A D | mesh.c | 1086 ct = cfg80211_get_chandef_type(&csa->settings.chandef); in ieee80211_mesh_build_beacon()
|
H A D | cfg.c | 3816 if (cfg80211_get_chandef_type(¶ms->chandef) != in ieee80211_set_csa_beacon() 3817 cfg80211_get_chandef_type(&sdata->u.ibss.chandef)) in ieee80211_set_csa_beacon()
|
H A D | util.c | 4569 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common-spectral.c | 517 chan_type = cfg80211_get_chandef_type(&common->hw->conf.chandef); in ath_cmn_process_fft()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | ps.c | 35 cfg80211_get_chandef_type(&hw->conf.chandef)); in rtl_ps_enable_nic()
|
H A D | core.c | 661 cfg80211_get_chandef_type(&hw->conf.chandef); in rtl_op_config()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 647 cfg80211_get_chandef_type(&ar->hw->conf.chandef)); in carl9170_debugfs_bug_write()
|
H A D | main.c | 917 cfg80211_get_chandef_type(&hw->conf.chandef); in carl9170_op_config()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 2518 if (cfg80211_get_chandef_type(¶ms->chandef) != in mwifiex_set_ibss_params() 2522 if (cfg80211_get_chandef_type(¶ms->chandef) == in mwifiex_set_ibss_params() 2541 cfg80211_get_chandef_type(¶ms->chandef)); in mwifiex_set_ibss_params()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | phy.c | 373 cfg80211_get_chandef_type(chandef); in __mt7601u_phy_set_channel()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 972 switch (cfg80211_get_chandef_type(&ch_switch->chandef)) { in iwlagn_mac_channel_switch()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 494 if (cfg80211_get_chandef_type(chandef) != NL80211_CHAN_NO_HT) in lbs_cfg_set_monitor_channel()
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1915 priv->ht_info.channel_type = cfg80211_get_chandef_type(&dev->conf.chandef); in cw1200_bss_info_changed()
|
/openbmc/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 2884 cfg80211_get_chandef_type(&conf->chandef); in mwl8k_cmd_tx_power() 3156 cfg80211_get_chandef_type(&conf->chandef); in mwl8k_cmd_set_rf_channel()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 853 cfg80211_get_chandef_type(const struct cfg80211_chan_def *chandef) in cfg80211_get_chandef_type() function
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 2926 cfg80211_get_chandef_type(&info->chandef) in ath6kl_start_ap()
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 6090 switch (cfg80211_get_chandef_type(&ch_switch->chandef)) { in il4965_mac_channel_switch()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 3836 cfg80211_get_chandef_type(chandef))) in nl80211_send_chandef()
|