Home
last modified time | relevance | path

Searched refs:uath_get_status (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c269 static int uath_get_status(struct uath_softc *, uint32_t, void *, int);
883 error = uath_get_status(sc, ST_MAC_ADDR, macaddr, IEEE80211_ADDR_LEN); in uath_get_devstatus()
889 error = uath_get_status(sc, ST_SERIAL_NUMBER, in uath_get_devstatus()
900 uath_get_status(struct uath_softc *sc, uint32_t which, void *odata, int olen) in uath_get_status() function