Home
last modified time | relevance | path

Searched refs:on_channel (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Doffchannel.c355 roc->on_channel = roc->chan == local->_oper_chandef.chan && in _ieee80211_start_next_roc()
362 if (!roc->on_channel) { in _ieee80211_start_next_roc()
377 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
416 bool on_channel; in __ieee80211_roc_work() local
432 on_channel = roc->on_channel; in __ieee80211_roc_work()
438 if (!on_channel) { in __ieee80211_roc_work()
647 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
Dieee80211_i.h341 bool on_channel; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dcore.h453 struct completion on_channel; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcore.h1095 struct completion on_channel; member
Dcore.c2308 complete(&ar->scan.on_channel); in ath10k_core_restart()
3304 init_completion(&ar->scan.on_channel); in ath10k_core_create()
Dmac.c7763 reinit_completion(&ar->scan.on_channel); in ath10k_remain_on_channel()
7806 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath10k_remain_on_channel()
Dwmi.c2122 complete(&ar->scan.on_channel); in ath10k_wmi_event_scan_foreign_chan()