an_softc
struct an_softc *sc = ifp->if_softc;
an_set_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
an_set_nwkey_wep(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
static int an_reset(struct an_softc *);
static void an_wait(struct an_softc *);
an_set_nwkey_eap(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
an_get_nwkey(struct an_softc *sc, struct ieee80211_nwkey *nwkey)
static int an_set_nwkey(struct an_softc *, struct ieee80211_nwkey *);
static int an_set_nwkey_wep(struct an_softc *, struct ieee80211_nwkey *);
static int an_set_nwkey_eap(struct an_softc *, struct ieee80211_nwkey *);
static int an_get_nwkey(struct an_softc *, struct ieee80211_nwkey *);
static int an_write_wepkey(struct an_softc *, int, struct an_wepkey *,
an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid)
static void an_rx_intr(struct an_softc *);
static void an_tx_intr(struct an_softc *, int);
static void an_linkstat_intr(struct an_softc *);
an_rx_intr(struct an_softc *sc)
static int an_cmd(struct an_softc *, int, int);
static int an_seek_bap(struct an_softc *, int, int);
static int an_read_bap(struct an_softc *, int, int, void *, int);
static int an_write_bap(struct an_softc *, int, int, void *, int);
static int an_mwrite_bap(struct an_softc *, int, int, struct mbuf *, int);
static int an_read_rid(struct an_softc *, int, void *, int *);
static int an_write_rid(struct an_softc *, int, void *, int);
static int an_alloc_fid(struct an_softc *, int, int *);
an_tx_intr(struct an_softc *sc, int status)
an_linkstat_intr(struct an_softc *sc)
an_cmd(struct an_softc *sc, int cmd, int val)
an_attach(struct an_softc *sc)
an_wait(struct an_softc *sc)
an_seek_bap(struct an_softc *sc, int id, int off)
an_read_bap(struct an_softc *sc, int id, int off, void *buf, int buflen)
an_write_bap(struct an_softc *sc, int id, int off, void *buf, int buflen)
an_mwrite_bap(struct an_softc *sc, int id, int off, struct mbuf *m, int totlen)
an_alloc_fid(struct an_softc *sc, int len, int *idp)
an_read_rid(struct an_softc *sc, int rid, void *buf, int *buflenp)
an_write_rid(struct an_softc *sc, int rid, void *buf, int buflen)
struct an_softc *sc = (struct an_softc *)ic->ic_ifp->if_softc;
an_detach(struct an_softc *sc)
struct an_softc *sc = device_private(self);
struct an_softc *sc = arg;
struct an_softc *sc = arg;
struct an_softc *sc = ifp->if_softc;
struct an_softc *sc = ifp->if_softc;
struct an_softc *sc = (struct an_softc *)ifp->if_softc;
an_reset(struct an_softc *sc)
struct an_softc *sc = ifp->if_softc;
struct an_softc *sc = ifp->if_softc;
struct an_softc *sc = ifp->if_softc;
int (*sc_enable)(struct an_softc *);
void (*sc_disable)(struct an_softc *);
int an_attach(struct an_softc *);
int an_detach(struct an_softc *);
struct an_softc sc_an; /* real "an" softc */
struct an_softc *sc = &isc->sc_an;
struct an_softc *sc = &psc->sc_an;
struct an_softc sc_an; /* real "an" softc */
struct an_softc *sc = &psc->sc_an;
an_pcmcia_enable(struct an_softc *sc)
an_pcmcia_disable(struct an_softc *sc)
static int an_pcmcia_enable(struct an_softc *);
static void an_pcmcia_disable(struct an_softc *);
struct an_softc sc_an; /* real "an" softc */