Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Doffchannel.c358 roc->on_channel = roc->chan == local->hw.conf.chandef.chan && in _ieee80211_start_next_roc()
365 if (!roc->on_channel) { in _ieee80211_start_next_roc()
380 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
452 bool on_channel; in __ieee80211_roc_work() local
468 on_channel = roc->on_channel; in __ieee80211_roc_work()
474 if (!on_channel) { in __ieee80211_roc_work()
681 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
Dieee80211_i.h355 bool on_channel; member
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dcore.h538 struct completion on_channel; member
Dcore.c1050 complete(&ar->scan.on_channel); in ath12k_core_pre_reconfigure_recovery()
Dmac.c8558 reinit_completion(&ar->scan.on_channel); in ath12k_mac_op_remain_on_channel()
8609 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath12k_mac_op_remain_on_channel()
9332 init_completion(&ar->scan.on_channel); in ath12k_mac_setup()
Dwmi.c5343 complete(&ar->scan.on_channel); in ath12k_wmi_event_scan_foreign_chan()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dcore.h657 struct completion on_channel; member
Dcore.c1985 complete(&ar->scan.on_channel); in ath11k_core_pre_reconfigure_recovery()
Dmac.c9243 reinit_completion(&ar->scan.on_channel); in ath11k_mac_op_remain_on_channel()
9300 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath11k_mac_op_remain_on_channel()
10417 init_completion(&ar->scan.on_channel); in ath11k_mac_allocate()
Dwmi.c6119 complete(&ar->scan.on_channel); in ath11k_wmi_event_scan_foreign_chan()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dcore.h1115 struct completion on_channel; member
Dcore.c2539 complete(&ar->scan.on_channel); in ath10k_core_restart()
3639 init_completion(&ar->scan.on_channel); in ath10k_core_create()
Dmac.c7918 reinit_completion(&ar->scan.on_channel); in ath10k_remain_on_channel()
7961 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath10k_remain_on_channel()
Dwmi.c2143 complete(&ar->scan.on_channel); in ath10k_wmi_event_scan_foreign_chan()