wtap_softc
sc = (struct wtap_softc *)dev->si_drv1;
struct wtap_softc *sc = vap->iv_ic->ic_softc;
wtap_beacon_alloc(struct wtap_softc *sc, struct ieee80211_node *ni)
wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap)
wtap_rx_tap(struct wtap_softc *sc, uint64_t tsf)
wtap_tx_tap(struct wtap_softc *sc)
struct wtap_softc *sc = vap->iv_ic->ic_softc;
struct wtap_softc *sc = ic->ic_softc;
struct wtap_softc *sc = ic->ic_softc;
struct wtap_softc *sc = ic->ic_softc;
struct wtap_softc *sc = ic->ic_softc;
wtap_inject(struct wtap_softc *sc, struct mbuf *m)
struct wtap_softc *sc = (struct wtap_softc *)arg;
struct wtap_softc *sc = ic->ic_softc;
struct wtap_softc *sc = ic->ic_softc;
wtap_attach(struct wtap_softc *sc, const uint8_t *macaddr)
wtap_detach(struct wtap_softc *sc)
wtap_resume(struct wtap_softc *sc)
wtap_suspend(struct wtap_softc *sc)
wtap_shutdown(struct wtap_softc *sc)
wtap_intr(struct wtap_softc *sc)
struct wtap_softc *sc;
int32_t wtap_attach(struct wtap_softc *, const uint8_t *macaddr);
int32_t wtap_detach(struct wtap_softc *);
void wtap_resume(struct wtap_softc *);
void wtap_suspend(struct wtap_softc *);
void wtap_shutdown(struct wtap_softc *);
void wtap_intr(struct wtap_softc *);
void wtap_inject(struct wtap_softc *, struct mbuf *);
struct wtap_softc *sc =
hal->hal_devs[id] = (struct wtap_softc *)malloc(
sizeof(struct wtap_softc), M_WTAP, M_NOWAIT | M_ZERO);
struct wtap_softc *hal_devs[MAX_NBR_WTAP];