Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Doffchannel.c357 roc->on_channel = roc->chan == local->_oper_chandef.chan && in _ieee80211_start_next_roc()
364 if (!roc->on_channel) { in _ieee80211_start_next_roc()
379 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
418 bool on_channel; in __ieee80211_roc_work() local
434 on_channel = roc->on_channel; in __ieee80211_roc_work()
440 if (!on_channel) { in __ieee80211_roc_work()
649 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
H A Dieee80211_i.h344 bool on_channel; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h466 struct completion on_channel; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h609 struct completion on_channel; member
H A Dcore.c1815 complete(&ar->scan.on_channel); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c8924 reinit_completion(&ar->scan.on_channel); in ath11k_mac_op_remain_on_channel()
8979 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath11k_mac_op_remain_on_channel()
9775 init_completion(&ar->scan.on_channel); in ath11k_mac_allocate()
H A Dwmi.c6000 complete(&ar->scan.on_channel); in ath11k_wmi_event_scan_foreign_chan()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1112 struct completion on_channel; member
H A Dcore.c2524 complete(&ar->scan.on_channel); in ath10k_core_restart()
3609 init_completion(&ar->scan.on_channel); in ath10k_core_create()
H A Dmac.c7917 reinit_completion(&ar->scan.on_channel); in ath10k_remain_on_channel()
7960 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ); in ath10k_remain_on_channel()
H A Dwmi.c2143 complete(&ar->scan.on_channel); in ath10k_wmi_event_scan_foreign_chan()