Symbol: wtap_softc
sys/dev/wtap/if_wtap.c
106
sc = (struct wtap_softc *)dev->si_drv1;
sys/dev/wtap/if_wtap.c
148
struct wtap_softc *sc = vap->iv_ic->ic_softc;
sys/dev/wtap/if_wtap.c
204
wtap_beacon_alloc(struct wtap_softc *sc, struct ieee80211_node *ni)
sys/dev/wtap/if_wtap.c
227
wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap)
sys/dev/wtap/if_wtap.c
233
wtap_rx_tap(struct wtap_softc *sc, uint64_t tsf)
sys/dev/wtap/if_wtap.c
252
wtap_tx_tap(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
274
struct wtap_softc *sc = vap->iv_ic->ic_softc;
sys/dev/wtap/if_wtap.c
317
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
401
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
461
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
502
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
520
wtap_inject(struct wtap_softc *sc, struct mbuf *m)
sys/dev/wtap/if_wtap.c
536
struct wtap_softc *sc = (struct wtap_softc *)arg;
sys/dev/wtap/if_wtap.c
649
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
691
struct wtap_softc *sc = ic->ic_softc;
sys/dev/wtap/if_wtap.c
698
wtap_attach(struct wtap_softc *sc, const uint8_t *macaddr)
sys/dev/wtap/if_wtap.c
797
wtap_detach(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
808
wtap_resume(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
815
wtap_suspend(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
822
wtap_shutdown(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
829
wtap_intr(struct wtap_softc *sc)
sys/dev/wtap/if_wtap.c
87
struct wtap_softc *sc;
sys/dev/wtap/if_wtapvar.h
121
int32_t wtap_attach(struct wtap_softc *, const uint8_t *macaddr);
sys/dev/wtap/if_wtapvar.h
122
int32_t wtap_detach(struct wtap_softc *);
sys/dev/wtap/if_wtapvar.h
123
void wtap_resume(struct wtap_softc *);
sys/dev/wtap/if_wtapvar.h
124
void wtap_suspend(struct wtap_softc *);
sys/dev/wtap/if_wtapvar.h
125
void wtap_shutdown(struct wtap_softc *);
sys/dev/wtap/if_wtapvar.h
126
void wtap_intr(struct wtap_softc *);
sys/dev/wtap/if_wtapvar.h
127
void wtap_inject(struct wtap_softc *, struct mbuf *);
sys/dev/wtap/plugins/visibility.c
111
struct wtap_softc *sc =
sys/dev/wtap/wtap_hal/hal.c
182
hal->hal_devs[id] = (struct wtap_softc *)malloc(
sys/dev/wtap/wtap_hal/hal.c
183
sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO);
sys/dev/wtap/wtap_hal/hal.h
45
struct wtap_softc *hal_devs[MAX_NBR_WTAP];