HomeSort by: relevance | last modified time | path
    Searched defs:wi_read_rid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
wi.c 206 STATIC int wi_read_rid(struct wi_softc *, int, void *, int *);
348 if ((rc = wi_read_rid(sc, rid, buf, &buflen)) != 0)
526 if (wi_read_rid(sc, WI_RID_DATA_RATES, &ratebuf, &buflen) == 0 &&
2151 wi_read_rid(sc, WI_RID_CARD_ID, ver, &len);
2177 wi_read_rid(sc, WI_RID_PRI_IDENTITY, ver, &len);
2185 wi_read_rid(sc, WI_RID_STA_IDENTITY, ver, &len);
2195 if (wi_read_rid(sc, WI_RID_SYMBOL_IDENTITY, ident, &len) == 0 &&
2268 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
2278 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val,
2288 error = wi_read_rid(sc, wreq.wi_type, wreq.wi_val
3085 wi_read_rid(struct wi_softc *sc, int rid, void *buf, int *buflenp) function in typeref:typename:STATIC int
    [all...]

Completed in 36 milliseconds