/linux/net/mac80211/ |
A D | offchannel.c | 321 if (local->ops->remain_on_channel) { in _ieee80211_start_next_roc() 404 if (local->ops->remain_on_channel) { in ieee80211_start_next_roc() 420 if (WARN_ON(local->ops->remain_on_channel)) in __ieee80211_roc_work() 544 if (local->use_chanctx && !local->ops->remain_on_channel) in ieee80211_start_roc_work() 585 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work() 625 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work() 719 if (local->ops->remain_on_channel) { in ieee80211_cancel_roc() 821 local->ops->remain_on_channel && in ieee80211_mgmt_tx() 977 if (local->ops->remain_on_channel) { in ieee80211_roc_purge()
|
A D | main.c | 600 if (!use_chanctx || ops->remain_on_channel) in ieee80211_alloc_hw_nm() 1172 if (!local->ops->remain_on_channel) in ieee80211_register_hw()
|
A D | driver-ops.h | 687 ret = local->ops->remain_on_channel(&local->hw, &sdata->vif, in drv_remain_on_channel()
|
A D | iface.c | 118 working = !local->ops->remain_on_channel && in __ieee80211_recalc_idle()
|
A D | cfg.c | 4449 .remain_on_channel = ieee80211_remain_on_channel,
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | p2p.h | 129 struct ieee80211_channel remain_on_channel; member
|
A D | p2p.c | 994 memcpy(&p2p->remain_on_channel, channel, sizeof(*channel)); in brcmf_p2p_remain_on_channel() 1031 &p2p->remain_on_channel, in brcmf_p2p_notify_listen_complete() 1574 ieee80211_frequency_to_channel(p2p->remain_on_channel.center_freq)) in brcmf_p2p_tx_action_frame()
|
A D | cfg80211.c | 5564 .remain_on_channel = brcmf_p2p_remain_on_channel,
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
A D | cfg80211.c | 1064 static int remain_on_channel(struct wiphy *wiphy, in remain_on_channel() function 1668 .remain_on_channel = remain_on_channel,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | init.c | 209 dev->ops->remain_on_channel = NULL; in mt7615_check_offload_capability()
|
A D | main.c | 1321 .remain_on_channel = mt7615_remain_on_channel,
|
/linux/net/wireless/ |
A D | core.c | 443 WARN_ON(ops->remain_on_channel && !ops->cancel_remain_on_channel); in wiphy_new_nm()
|
A D | rdev-ops.h | 718 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
|
A D | nl80211.c | 1954 CMD(remain_on_channel, REMAIN_ON_CHANNEL); in nl80211_add_commands_unsplit() 2520 if (rdev->ops->remain_on_channel && in nl80211_send_wiphy() 11450 if (!rdev->ops->remain_on_channel || in nl80211_remain_on_channel()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_91x_mac80211.c | 1978 .remain_on_channel = rsi_mac80211_roc,
|
/linux/include/net/ |
A D | mac80211.h | 4119 int (*remain_on_channel)(struct ieee80211_hw *hw, member
|
A D | cfg80211.h | 4236 int (*remain_on_channel)(struct wiphy *wiphy, member
|
/linux/drivers/net/wireless/ath/ath9k/ |
A D | main.c | 2740 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
|
/linux/drivers/net/wireless/ath/wil6210/ |
A D | cfg80211.c | 2649 .remain_on_channel = wil_remain_on_channel,
|
/linux/drivers/net/wireless/ath/ath6kl/ |
A D | cfg80211.c | 3461 .remain_on_channel = ath6kl_remain_on_channel,
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | cfg80211.c | 4230 .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
|
/linux/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 2676 .remain_on_channel = mac80211_hwsim_roc,
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | mac80211.c | 5428 .remain_on_channel = iwl_mvm_roc,
|
/linux/drivers/net/wireless/ti/wlcore/ |
A D | main.c | 6033 .remain_on_channel = wlcore_op_remain_on_channel,
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | mac.c | 9366 .remain_on_channel = ath10k_remain_on_channel,
|