Home
last modified time | relevance | path

Searched refs:channel_switch (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h94 int (*channel_switch)(struct wl1271 *wl, member
H A Dmain.c5542 ret = wl->ops->channel_switch(wl, wlvif, ch_switch); in wl12xx_op_channel_switch()
5628 ret = wl->ops->channel_switch(wl, wlvif, &ch_switch); in wlcore_op_channel_switch_beacon()
6031 .channel_switch = wl12xx_op_channel_switch,
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h430 struct libipw_channel_switch channel_switch; member
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1026 .channel_switch = qtnf_channel_switch,
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1715 .channel_switch = wl12xx_cmd_channel_switch,
/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1801 .channel_switch = wl18xx_cmd_channel_switch,
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1610 .channel_switch = mt7921_channel_switch,
/linux/net/wireless/
H A Drdev-ops.h1168 ret = rdev->ops->channel_switch(&rdev->wiphy, dev, params); in rdev_channel_switch()
H A Dnl80211.c3294 CMD(channel_switch, CHANNEL_SWITCH); in nl80211_send_wiphy()
12240 if (!rdev->ops->channel_switch || in nl80211_channel_switch()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2956 .channel_switch = iwl_mld_channel_switch,
/linux/include/net/
H A Dmac80211.h4936 void (*channel_switch)(struct ieee80211_hw *hw, member
H A Dcfg80211.h5551 int (*channel_switch)(struct wiphy *wiphy, member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c2782 .channel_switch = mt7925_channel_switch,
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3683 .channel_switch = nxpwifi_cfg80211_channel_switch,
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4622 .channel_switch = mwifiex_cfg80211_channel_switch,
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c6404 .channel_switch = iwl_mvm_channel_switch,
/linux/net/mac80211/
H A Dcfg.c6060 .channel_switch = ieee80211_channel_switch,
H A Dmlme.c3479 local->ops->channel_switch) { in ieee80211_sta_process_chanswitch()