ural_softc
ural_tx_data(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
void ural_setup_tx_desc(struct ural_softc *, struct ural_tx_desc *,
int ural_tx_bcn(struct ural_softc *, struct mbuf *,
int ural_tx_data(struct ural_softc *, struct mbuf *,
struct ural_softc *sc = ifp->if_softc;
void ural_eeprom_read(struct ural_softc *, uint16_t, void *, int);
uint16_t ural_read(struct ural_softc *, uint16_t);
void ural_read_multi(struct ural_softc *, uint16_t, void *, int);
struct ural_softc *sc = ifp->if_softc;
void ural_write(struct ural_softc *, uint16_t, uint16_t);
void ural_write_multi(struct ural_softc *, uint16_t, void *, int);
struct ural_softc *sc = ifp->if_softc;
void ural_bbp_write(struct ural_softc *, uint8_t, uint8_t);
uint8_t ural_bbp_read(struct ural_softc *, uint8_t);
void ural_rf_write(struct ural_softc *, uint8_t, uint32_t);
void ural_set_chan(struct ural_softc *, struct ieee80211_channel *);
void ural_disable_rf_tune(struct ural_softc *);
void ural_enable_tsf_sync(struct ural_softc *);
ural_eeprom_read(struct ural_softc *sc, uint16_t addr, void *buf, int len)
void ural_update_slot(struct ural_softc *);
void ural_set_txpreamble(struct ural_softc *);
ural_read(struct ural_softc *sc, uint16_t reg)
void ural_set_basicrates(struct ural_softc *);
void ural_set_bssid(struct ural_softc *, const uint8_t *);
ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
void ural_set_macaddr(struct ural_softc *, const uint8_t *);
void ural_update_promisc(struct ural_softc *);
ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val)
void ural_read_eeprom(struct ural_softc *);
ural_write_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len)
int ural_bbp_init(struct ural_softc *);
void ural_set_txantenna(struct ural_softc *, int);
ural_bbp_write(struct ural_softc *sc, uint8_t reg, uint8_t val)
void ural_set_rxantenna(struct ural_softc *, int);
ural_bbp_read(struct ural_softc *sc, uint8_t reg)
ural_rf_write(struct ural_softc *sc, uint8_t reg, uint32_t val)
void ural_amrr_start(struct ural_softc *, struct ieee80211_node *);
ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
ural_disable_rf_tune(struct ural_softc *sc)
ural_enable_tsf_sync(struct ural_softc *sc)
ural_update_slot(struct ural_softc *sc)
ural_set_txpreamble(struct ural_softc *sc)
ural_set_basicrates(struct ural_softc *sc)
ural_set_bssid(struct ural_softc *sc, const uint8_t *bssid)
ural_set_macaddr(struct ural_softc *sc, const uint8_t *addr)
ural_update_promisc(struct ural_softc *sc)
ural_read_eeprom(struct ural_softc *sc)
ural_bbp_init(struct ural_softc *sc)
ural_set_txantenna(struct ural_softc *sc, int antenna)
ural_set_rxantenna(struct ural_softc *sc, int antenna)
sizeof(struct ural_softc), ural_match, ural_attach, ural_detach
struct ural_softc *sc = ifp->if_softc;
struct ural_softc *sc = ifp->if_softc;
struct ural_softc *sc = (struct ural_softc *)self;
ural_amrr_start(struct ural_softc *sc, struct ieee80211_node *ni)
struct ural_softc *sc = arg;
struct ural_softc *sc = (struct ural_softc *)priv;
struct ural_softc *sc = (struct ural_softc *)self;
ural_alloc_tx_list(struct ural_softc *sc)
ural_free_tx_list(struct ural_softc *sc)
ural_alloc_rx_list(struct ural_softc *sc)
ural_free_rx_list(struct ural_softc *sc)
struct ural_softc *sc = arg;
struct ural_softc *sc = arg;
struct ural_softc *sc = ic->ic_if.if_softc;
struct ural_softc *sc = data->sc;
struct ural_softc *sc = data->sc;
ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc,
ural_tx_bcn(struct ural_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
int ural_alloc_tx_list(struct ural_softc *);
void ural_free_tx_list(struct ural_softc *);
int ural_alloc_rx_list(struct ural_softc *);
void ural_free_rx_list(struct ural_softc *);
struct ural_softc;
struct ural_softc *sc;
struct ural_softc *sc;