Home
last modified time | relevance | path

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

/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_dragonfly.c71 static int wlan_clone_create(struct if_clone *, int, caddr_t, caddr_t);
74 IF_CLONE_INITIALIZER("wlan", wlan_clone_create, wlan_clone_destroy,
80 wlan_clone_create(struct if_clone *ifc, int unit, caddr_t params, in wlan_clone_create() function