Searched refs:wtap_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/wtap/ |
H A D | if_wtapvar.h | 129 struct wtap_softc { struct 149 int32_t wtap_attach(struct wtap_softc *, const uint8_t *macaddr); argument 150 int32_t wtap_detach(struct wtap_softc *); 151 void wtap_resume(struct wtap_softc *); 152 void wtap_suspend(struct wtap_softc *); 153 void wtap_shutdown(struct wtap_softc *); 154 void wtap_intr(struct wtap_softc *); 155 void wtap_inject(struct wtap_softc *, struct mbuf *);
|
H A D | if_wtap.c | 90 struct wtap_softc *sc; in wtap_node_write() 109 sc = (struct wtap_softc *)dev->si_drv1; in wtap_node_write() 151 struct wtap_softc *sc = vap->iv_ic->ic_softc; in wtap_recv_mgmt() 207 wtap_beacon_alloc(struct wtap_softc *sc, struct ieee80211_node *ni) in wtap_beacon_alloc() 230 wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap) in wtap_beacon_config() 240 struct wtap_softc *sc = vap->iv_ic->ic_softc; in wtap_beacon_intrp() 281 struct wtap_softc *sc = ic->ic_softc; in wtap_newstate() 364 struct wtap_softc *sc = ic->ic_softc; in wtap_vap_create() 424 struct wtap_softc *sc = ic->ic_softc; in wtap_parent() 480 wtap_inject(struct wtap_softc *sc, struct mbuf *m) in wtap_inject() [all …]
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 182 hal->hal_devs[id] = (struct wtap_softc *)malloc( in new_wtap() 183 sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO); in new_wtap() 189 mtx_init(&hal->hal_devs[id]->sc_mtx, "wtap_softc mtx", NULL, in new_wtap()
|
H A D | hal.h | 45 struct wtap_softc *hal_devs[MAX_NBR_WTAP];
|
/freebsd/sys/dev/wtap/plugins/ |
H A D | visibility.c | 149 struct wtap_softc *sc = in visibility_work()
|