Searched refs:remain_on_channel (Results 1 – 15 of 15) sorted by relevance
| /linux/net/mac80211/ |
| H A D | offchannel.c | 321 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 D | cfg.c | 5824 .remain_on_channel = ieee80211_remain_on_channel,
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | p2p.h | 129 struct ieee80211_channel remain_on_channel; member
|
| H 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() 1567 ieee80211_frequency_to_channel(p2p->remain_on_channel.center_freq)) in brcmf_p2p_tx_action_frame()
|
| /linux/net/wireless/ |
| H A D | core.c | 542 WARN_ON(ops->remain_on_channel && !ops->cancel_remain_on_channel); in wiphy_new_nm()
|
| H A D | rdev-ops.h | 743 ret = rdev->ops->remain_on_channel(&rdev->wiphy, wdev, chan, in rdev_remain_on_channel()
|
| H A D | nl80211.c | 2394 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 D | rsi_91x_mac80211.c | 2006 .remain_on_channel = rsi_mac80211_roc,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 2827 .remain_on_channel = iwl_mld_start_roc,
|
| /linux/include/net/ |
| H A D | mac80211.h | 4890 int (*remain_on_channel)(struct ieee80211_hw *hw, member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | main.c | 2760 ath9k_ops.remain_on_channel = ath9k_remain_on_channel; in ath9k_fill_chanctx_ops()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4591 .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 6023 .remain_on_channel = wlcore_op_remain_on_channel,
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 4370 .remain_on_channel = mac80211_hwsim_roc, \
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 9491 .remain_on_channel = ath10k_remain_on_channel,
|