Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Doffchannel.c341 if (local->ops->remain_on_channel) { in _ieee80211_start_next_roc()
424 if (local->ops->remain_on_channel) { in ieee80211_start_next_roc()
440 if (WARN_ON(local->ops->remain_on_channel)) in __ieee80211_roc_work()
560 if (local->use_chanctx && !local->ops->remain_on_channel) in ieee80211_start_roc_work()
601 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work()
641 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work()
735 if (local->ops->remain_on_channel) { in ieee80211_cancel_roc()
837 local->ops->remain_on_channel && in ieee80211_mgmt_tx()
993 if (local->ops->remain_on_channel) { in ieee80211_roc_purge()
Dmain.c564 if (ops->remain_on_channel) in ieee80211_alloc_hw_nm()
1112 if (!local->ops->remain_on_channel) in ieee80211_register_hw()
Ddriver-ops.h688 ret = local->ops->remain_on_channel(&local->hw, &sdata->vif, in drv_remain_on_channel()
Diface.c117 working = !local->ops->remain_on_channel && in __ieee80211_recalc_idle()
Dcfg.c4005 .remain_on_channel = ieee80211_remain_on_channel,
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.h126 struct ieee80211_channel remain_on_channel; member
Dp2p.c973 memcpy(&p2p->remain_on_channel, channel, sizeof(*channel)); in brcmf_p2p_remain_on_channel()
1010 &p2p->remain_on_channel, in brcmf_p2p_notify_listen_complete()
1516 ieee80211_frequency_to_channel(p2p->remain_on_channel.center_freq)) in brcmf_p2p_tx_action_frame()
Dcfg80211.c5272 .remain_on_channel = brcmf_p2p_remain_on_channel,
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1112 static int remain_on_channel(struct wiphy *wiphy, in remain_on_channel() function
1776 .remain_on_channel = remain_on_channel,
/Linux-v5.4/net/wireless/
Dcore.c419 WARN_ON(ops->remain_on_channel && !ops->cancel_remain_on_channel); in wiphy_new_nm()
Drdev-ops.h701 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
Dnl80211.c1750 CMD(remain_on_channel, REMAIN_ON_CHANNEL); in nl80211_add_commands_unsplit()
2146 if (rdev->ops->remain_on_channel && in nl80211_send_wiphy()
10404 if (!rdev->ops->remain_on_channel || in nl80211_remain_on_channel()
/Linux-v5.4/include/net/
Dmac80211.h3924 int (*remain_on_channel)(struct ieee80211_hw *hw, member
Dcfg80211.h3789 int (*remain_on_channel)(struct wiphy *wiphy, member
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1993 .remain_on_channel = rsi_mac80211_roc,
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dmain.c2630 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2604 .remain_on_channel = wil_remain_on_channel,
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c2373 .remain_on_channel = mac80211_hwsim_roc,
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3464 .remain_on_channel = ath6kl_remain_on_channel,
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c4193 .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c5036 .remain_on_channel = iwl_mvm_roc,
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Dmain.c6029 .remain_on_channel = wlcore_op_remain_on_channel,
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c8199 .remain_on_channel = ath10k_remain_on_channel,