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

  /src/sys/dev/ic/
an.c 144 static int an_write_rid(struct an_softc *, int, void *, int);
620 if ((error = an_write_rid(sc, AN_RID_SSIDLIST, &sc->sc_buf,
629 (void)an_write_rid(sc, AN_RID_APLIST, &sc->sc_buf,
638 (void)an_write_rid(sc, AN_RID_ENCAP, &sc->sc_buf,
655 if ((error = an_write_rid(sc, AN_RID_GENCONFIG, &sc->sc_config,
1252 if ((error = an_write_rid(sc, leap_rid[i], key,
1326 if ((error = an_write_rid(sc, type, akey, sizeof(*akey))) != 0)
1334 error = an_write_rid(sc, type, akey, sizeof(*akey));
1835 an_write_rid(struct an_softc *sc, int rid, void *buf, int buflen) function

Completed in 14 milliseconds