Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_proto.c249 static void restart_vaps(void *, int);
288 TASK_INIT(&ic->ic_restart_task, 0, restart_vaps, ic); in ieee80211_proto_attach()
1359 restart_vaps(void *arg, int npending) in restart_vaps() function