Home
last modified time | relevance | path

Searched refs:remain_on_channel (Results 1 – 15 of 15) sorted by relevance

/linux/net/mac80211/
H A Doffchannel.c321 if (local->ops->remain_on_channel) { in _ieee80211_start_next_roc()
407 if (local->ops->remain_on_channel) { in ieee80211_start_next_roc()
425 if (!local->ops->remain_on_channel) in ieee80211_reconfig_roc()
456 if (WARN_ON(local->ops->remain_on_channel)) in __ieee80211_roc_work()
579 if (!local->emulate_chanctx && !local->ops->remain_on_channel) in ieee80211_start_roc_work()
622 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work()
662 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work()
753 if (local->ops->remain_on_channel) { in ieee80211_cancel_roc()
887 local->ops->remain_on_channel && in ieee80211_mgmt_tx()
1079 if (local->ops->remain_on_channel) { in ieee80211_roc_purge()
H A Dcfg.c5824 .remain_on_channel = ieee80211_remain_on_channel,
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.h129 struct ieee80211_channel remain_on_channel; member
H A Dp2p.c994 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()
1567 ieee80211_frequency_to_channel(p2p->remain_on_channel.center_freq)) in brcmf_p2p_tx_action_frame()
/linux/net/wireless/
H A Dcore.c542 WARN_ON(ops->remain_on_channel && !ops->cancel_remain_on_channel); in wiphy_new_nm()
H A Drdev-ops.h743 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
H A Dnl80211.c2394 CMD(remain_on_channel, REMAIN_ON_CHANNEL); in nl80211_add_commands_unsplit()
3172 if (rdev->ops->remain_on_channel && in nl80211_send_wiphy()
14115 if (!rdev->ops->remain_on_channel || in nl80211_remain_on_channel()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2006 .remain_on_channel = rsi_mac80211_roc,
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2827 .remain_on_channel = iwl_mld_start_roc,
/linux/include/net/
H A Dmac80211.h4890 int (*remain_on_channel)(struct ieee80211_hw *hw, member
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c2760 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4591 .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c6023 .remain_on_channel = wlcore_op_remain_on_channel,
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4370 .remain_on_channel = mac80211_hwsim_roc, \
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9491 .remain_on_channel = ath10k_remain_on_channel,