Searched refs:an_write_rid (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | an.c | 143 int an_write_rid(struct an_softc *, int, void *, int); 850 an_write_rid(struct an_softc *sc, int rid, void *buf, int buflen) in an_write_rid() function 1018 if ((error = an_write_rid(sc, AN_RID_SSIDLIST, &sc->sc_buf, in an_init() 1027 (void)an_write_rid(sc, AN_RID_APLIST, &sc->sc_buf, in an_init() 1036 (void)an_write_rid(sc, AN_RID_ENCAP, &sc->sc_buf, in an_init() 1045 if ((error = an_write_rid(sc, AN_RID_GENCONFIG, &sc->sc_config, in an_init() 1562 if ((error = an_write_rid(sc, type, akey, sizeof(*akey))) != 0) in an_write_wepkey() 1572 error = an_write_rid(sc, type, akey, sizeof(*akey)); in an_write_wepkey()
|