Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Doffchannel.c274 if (local->ops->remain_on_channel) { in ieee80211_start_next_roc()
477 if (roc->started && local->ops->remain_on_channel) { in ieee80211_roc_purge()
488 if (local->ops->remain_on_channel) { in ieee80211_roc_purge()
Dmain.c541 if (ops->remain_on_channel) in ieee80211_alloc_hw_nm()
993 if (!local->ops->remain_on_channel) in ieee80211_register_hw()
Dcfg.c2530 if (local->use_chanctx && !local->ops->remain_on_channel) in ieee80211_start_roc_work()
2583 if (!local->ops->remain_on_channel) { in ieee80211_start_roc_work()
2621 if (local->ops->remain_on_channel) { in ieee80211_start_roc_work()
2735 if (local->ops->remain_on_channel) { in ieee80211_cancel_roc()
3757 .remain_on_channel = ieee80211_remain_on_channel,
Ddriver-ops.h851 ret = local->ops->remain_on_channel(&local->hw, &sdata->vif, in drv_remain_on_channel()
Diface.c115 working = !local->ops->remain_on_channel && in __ieee80211_recalc_idle()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.h137 struct ieee80211_channel remain_on_channel; member
Dp2p.c990 memcpy(&p2p->remain_on_channel, channel, sizeof(*channel)); in brcmf_p2p_remain_on_channel()
1027 &p2p->remain_on_channel, in brcmf_p2p_notify_listen_complete()
Dcfg80211.c4590 .remain_on_channel = brcmf_p2p_remain_on_channel,
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c952 .remain_on_channel = wil_remain_on_channel,
/linux-4.1.27/net/wireless/
Drdev-ops.h656 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
Dnl80211.c1493 CMD(remain_on_channel, REMAIN_ON_CHANNEL); in nl80211_send_wiphy()
1557 if (rdev->ops->remain_on_channel && in nl80211_send_wiphy()
7977 if (!rdev->ops->remain_on_channel || in nl80211_remain_on_channel()
/linux-4.1.27/include/net/
Dmac80211.h3293 int (*remain_on_channel)(struct ieee80211_hw *hw, member
Dcfg80211.h2608 int (*remain_on_channel)(struct wiphy *wiphy, member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmain.c2580 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c3158 mac80211_hwsim_mchan_ops.remain_on_channel = mac80211_hwsim_roc; in init_mac80211_hwsim()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3399 .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4069 .remain_on_channel = iwl_mvm_roc,
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3446 .remain_on_channel = ath6kl_remain_on_channel,
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c5126 .remain_on_channel = ath10k_remain_on_channel,
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c5892 .remain_on_channel = wlcore_op_remain_on_channel,