Home
last modified time | relevance | path

Searched refs:hw_roc_start (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/mac80211/
Doffchannel.c282 container_of(work, struct ieee80211_local, hw_roc_start); in ieee80211_hw_roc_start()
306 ieee80211_queue_work(hw, &local->hw_roc_start); in ieee80211_ready_on_channel()
712 flush_work(&local->hw_roc_start); in ieee80211_cancel_roc()
975 INIT_WORK(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
Dieee80211_i.h1392 struct work_struct hw_roc_start, hw_roc_done; member
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c2164 static void hw_roc_start(struct work_struct *work) in hw_roc_start() function
2887 INIT_DELAYED_WORK(&data->roc_start, hw_roc_start); in mac80211_hwsim_new_radio()