Searched refs:hw_roc_done (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/mac80211/ |
| H A D | offchannel.c | 339 wiphy_work_queue(local->hw.wiphy, &local->hw_roc_done); in _ieee80211_start_next_roc() 430 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_reconfig_roc() 501 container_of(work, struct ieee80211_local, hw_roc_done); in ieee80211_hw_roc_done() 517 wiphy_work_queue(hw->wiphy, &local->hw_roc_done); in ieee80211_remain_on_channel_expired() 771 wiphy_work_cancel(local->hw.wiphy, &local->hw_roc_done); in ieee80211_cancel_roc() 1055 wiphy_work_init(&local->hw_roc_done, ieee80211_hw_roc_done); in ieee80211_roc_setup()
|
| H A D | main.c | 511 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_restart_work()
|
| H A D | ieee80211_i.h | 1614 struct wiphy_work hw_roc_start, hw_roc_done; member
|
| /linux-6.15/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 3104 static void hw_roc_done(struct work_struct *work) in hw_roc_done() function 5332 INIT_DELAYED_WORK(&data->roc_done, hw_roc_done); in mac80211_hwsim_new_radio()
|