Searched refs:roc_done (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 572 struct delayed_work roc_done; member 2401 ieee80211_queue_delayed_work(hwsim->hw, &hwsim->roc_done, in hw_roc_start() 2410 container_of(work, struct mac80211_hwsim_data, roc_done.work); in hw_roc_done() 2451 cancel_delayed_work_sync(&hwsim->roc_done); in mac80211_hwsim_croc() 3139 INIT_DELAYED_WORK(&data->roc_done, hw_roc_done); in mac80211_hwsim_new_radio()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 667 struct delayed_work roc_done; member 3013 ieee80211_queue_delayed_work(hwsim->hw, &hwsim->roc_done, in hw_roc_start() 3022 container_of(work, struct mac80211_hwsim_data, roc_done.work); in hw_roc_done() 3063 cancel_delayed_work_sync(&hwsim->roc_done); in mac80211_hwsim_croc() 5114 INIT_DELAYED_WORK(&data->roc_done, hw_roc_done); in mac80211_hwsim_new_radio()
|
Completed in 13 milliseconds