Searched refs:hw_roc_start (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | offchannel.c | 262 container_of(work, struct ieee80211_local, hw_roc_start); in ieee80211_hw_roc_start() 286 ieee80211_queue_work(hw, &local->hw_roc_start); in ieee80211_ready_on_channel() 696 flush_work(&local->hw_roc_start); in ieee80211_cancel_roc() 959 INIT_WORK(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
|
H A D | ieee80211_i.h | 1430 struct work_struct hw_roc_start, hw_roc_done; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | offchannel.c | 264 container_of(work, struct ieee80211_local, hw_roc_start); in ieee80211_hw_roc_start() 288 wiphy_work_queue(hw->wiphy, &local->hw_roc_start); in ieee80211_ready_on_channel() 698 wiphy_work_flush(local->hw.wiphy, &local->hw_roc_start); in ieee80211_cancel_roc() 997 wiphy_work_init(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
|
H A D | ieee80211_i.h | 1588 struct wiphy_work hw_roc_start, hw_roc_done; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 2390 static void hw_roc_start(struct work_struct *work) in hw_roc_start() function 3138 INIT_DELAYED_WORK(&data->roc_start, hw_roc_start); in mac80211_hwsim_new_radio()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3002 static void hw_roc_start(struct work_struct *work) in hw_roc_start() function 5113 INIT_DELAYED_WORK(&data->roc_start, hw_roc_start); in mac80211_hwsim_new_radio()
|
Completed in 24 milliseconds