Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Doffchannel.c264 container_of(work, struct ieee80211_local, hw_roc_start); in ieee80211_hw_roc_start()
288 ieee80211_queue_work(hw, &local->hw_roc_start); in ieee80211_ready_on_channel()
698 flush_work(&local->hw_roc_start); in ieee80211_cancel_roc()
997 INIT_WORK(&local->hw_roc_start, ieee80211_hw_roc_start); in ieee80211_roc_setup()
Dieee80211_i.h1540 struct work_struct hw_roc_start, hw_roc_done; member
/Linux-v6.1/drivers/net/wireless/
Dmac80211_hwsim.c2853 static void hw_roc_start(struct work_struct *work) in hw_roc_start() function
4397 INIT_DELAYED_WORK(&data->roc_start, hw_roc_start); in mac80211_hwsim_new_radio()