Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_adhoc.c71 static int adhoc_input(struct ieee80211_node *, struct mbuf *, int, int);
99 vap->iv_input = adhoc_input; in adhoc_vattach()
286 adhoc_input(struct ieee80211_node *ni, struct mbuf *m, int rssi, int nf) in adhoc_input() function