Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Datwvar.h181 struct ieee80211_node *(*sc_node_alloc)(struct ieee80211_node_table*); member
H A Datw.c800 sc->sc_node_alloc = ic->ic_node_alloc; in atw_attach()
866 struct ieee80211_node *ni = (*sc->sc_node_alloc)(nt); in atw_node_alloc()