Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Doffchannel.c358 roc->on_channel = roc->chan == local->hw.conf.chandef.chan; in _ieee80211_start_next_roc()
363 if (!roc->on_channel) { in _ieee80211_start_next_roc()
378 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
450 bool on_channel; in __ieee80211_roc_work() local
473 on_channel = roc->on_channel; in __ieee80211_roc_work()
479 if (!on_channel) { in __ieee80211_roc_work()
687 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
H A Dieee80211_i.h373 bool on_channel; member
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h630 struct completion on_channel; member
H A Dcore.c1506 complete(&ar->scan.on_channel); in ath12k_core_pre_reconfigure_recovery()
H A Dmac.c14023 reinit_completion(&ar->scan.on_channel); in ath12k_mac_op_remain_on_channel()
14072 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath12k_mac_op_remain_on_channel()
15131 init_completion(&ar->scan.on_channel); in ath12k_mac_setup()
H A Dwmi.c6623 complete(&ar->scan.on_channel); in ath12k_wmi_event_scan_foreign_chan()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2442 complete(&ar->scan.on_channel); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c9723 reinit_completion(&ar->scan.on_channel); in ath11k_mac_op_remain_on_channel()
9775 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath11k_mac_op_remain_on_channel()
10813 init_completion(&ar->scan.on_channel); in ath11k_mac_allocate()
H A Dwmi.c6198 complete(&ar->scan.on_channel); in ath11k_wmi_event_scan_foreign_chan()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c7953 reinit_completion(&ar->scan.on_channel); in ath10k_remain_on_channel()
8001 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath10k_remain_on_channel()
H A Dwmi.c2149 complete(&ar->scan.on_channel); in ath10k_wmi_event_scan_foreign_chan()