Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/wtap/
HDif_wtapvar.h129 struct wtap_softc { struct
148 int32_t wtap_attach(struct wtap_softc *, const uint8_t *macaddr); argument
149 int32_t wtap_detach(struct wtap_softc *);
150 void wtap_resume(struct wtap_softc *);
151 void wtap_suspend(struct wtap_softc *);
152 void wtap_shutdown(struct wtap_softc *);
153 void wtap_intr(struct wtap_softc *);
154 void wtap_inject(struct wtap_softc *, struct mbuf *);
155 void wtap_rx_deliver(struct wtap_softc *, struct mbuf *);
HDif_wtap.c90 struct wtap_softc *sc; in wtap_node_write()
114 sc = (struct wtap_softc *)ifp->if_softc; in wtap_node_write()
196 wtap_beacon_alloc(struct wtap_softc *sc, struct ieee80211_node *ni) in wtap_beacon_alloc()
220 wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap) in wtap_beacon_config()
264 struct wtap_softc *sc = ic->ic_softc; in wtap_newstate()
321 struct wtap_softc *sc = ic->ic_softc; in wtap_vap_create()
379 struct wtap_softc *sc = ic->ic_softc; in wtap_parent()
435 wtap_inject(struct wtap_softc *sc, struct mbuf *m) in wtap_inject()
449 wtap_rx_deliver(struct wtap_softc *sc, struct mbuf *m) in wtap_rx_deliver()
486 struct wtap_softc *sc = (struct wtap_softc *)arg; in wtap_rx_proc()
[all …]
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
HDhal.c180 hal->hal_devs[id] = (struct wtap_softc *)malloc( in new_wtap()
181 sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO); in new_wtap()
182 bzero(hal->hal_devs[id], sizeof(struct wtap_softc)); in new_wtap()
HDhal.h43 struct wtap_softc *hal_devs[MAX_NBR_WTAP];
/freebsd-11-stable/sys/dev/wtap/plugins/
HDvisibility.c150 struct wtap_softc *sc = in visibility_work()