Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_adhoc.c77 static void adhoc_recv_ctl(struct ieee80211_node *, struct mbuf *, int subtype);
105 vap->iv_recv_ctl = adhoc_recv_ctl; in adhoc_vattach()
1048 adhoc_recv_ctl(struct ieee80211_node *ni, struct mbuf *m, int subtype) in adhoc_recv_ctl() function