Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_var.h156 struct task ic_restart_task; /* deferred device restart */ member
H A Dieee80211_proto.c288 TASK_INIT(&ic->ic_restart_task, 0, restart_vaps, ic); in ieee80211_proto_attach()
2195 taskqueue_enqueue(taskqueue_thread, &ic->ic_restart_task); in ieee80211_restart_all()
H A Dieee80211.c402 taskqueue_drain(taskqueue_thread, &ic->ic_restart_task); in ieee80211_ifdetach()