Home
last modified time | relevance | path

Searched refs:switch_channel (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h171 int (*switch_channel)(struct b43_wldev *dev, unsigned int new_channel); member
H A Dphy_common.c435 err = phy->ops->switch_channel(dev, new_channel); in b43_switch_channel()
H A Dphy_lcn.c851 .switch_channel = b43_phy_lcn_op_switch_channel,
H A Dphy_ht.c1133 .switch_channel = b43_phy_ht_op_switch_channel,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dsw.c219 .switch_channel = rtl8723be_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dsw.c199 .switch_channel = rtl92c_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c212 .switch_channel = rtl92d_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dsw.c215 .switch_channel = rtl8723e_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dsw.c111 .switch_channel = rtl92c_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dsw.c211 .switch_channel = rtl92ee_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c222 .switch_channel = rtl88e_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c261 .switch_channel = rtl8821ae_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dsw.c252 .switch_channel = rtl92s_phy_sw_chnl,
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h724 __le16 switch_channel; member
H A Dmac80211.c1005 priv->switch_channel = cpu_to_le16(ch); in iwlagn_mac_channel_switch()
1008 priv->switch_channel = 0; in iwlagn_mac_channel_switch()
H A Drxon.c1077 (priv->switch_channel != ctx->staging.channel)) { in iwlagn_commit_rxon()
1079 le16_to_cpu(priv->switch_channel)); in iwlagn_commit_rxon()
H A Drx.c63 if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) { in iwlagn_rx_csa()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1342 il->switch_channel != il->staging.channel) { in il4965_commit_rxon()
1344 le16_to_cpu(il->switch_channel)); in il4965_commit_rxon()
H A Dcommon.h1229 __le16 switch_channel; member
H A D4965-mac.c6122 il->switch_channel = cpu_to_le16(ch); in il4965_mac_channel_switch()
6125 il->switch_channel = 0; in il4965_mac_channel_switch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c543 u8 backup_oper_channel = 0, switch_channel = _TRUE; in expire_timeout_chk() local
550 switch_channel = _FALSE; in expire_timeout_chk()
554 if (switch_channel) { in expire_timeout_chk()
604 if (switch_channel) { in expire_timeout_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c32 rtlpriv->cfg->ops->switch_channel(hw); in rtl_ps_enable_nic()
H A Dcore.c787 rtlpriv->cfg->ops->switch_channel(hw); in rtl_op_config()
H A Dwifi.h2236 u8 (*switch_channel)(struct ieee80211_hw *hw); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ap.c541 u8 switch_channel = _TRUE; in expire_timeout_chk() local
552 switch_channel = _FALSE; in expire_timeout_chk()
556 if (switch_channel == _TRUE && rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk()
607 if (switch_channel && backup_ch > 0) in expire_timeout_chk()

12