Searched refs:hw_roc_done (Results 1 – 4 of 4) sorted by relevance
| /linux/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() 774 wiphy_work_cancel(local->hw.wiphy, &local->hw_roc_done); in ieee80211_cancel_roc() 1061 wiphy_work_init(&local->hw_roc_done, ieee80211_hw_roc_done); in ieee80211_roc_setup()
|
| H A D | main.c | 522 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_done); in ieee80211_restart_work()
|
| H A D | ieee80211_i.h | 1670 struct wiphy_work hw_roc_start, hw_roc_done; member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 3152 static void hw_roc_done(struct work_struct *work) in hw_roc_done() function 5580 INIT_DELAYED_WORK(&data->roc_done, hw_roc_done); in mac80211_hwsim_new_radio()
|