Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dan.c568 sc->sc_config.an_authtype = htole16(AN_AUTHTYPE_OPEN); /*XXX*/ in an_init()
570 sc->sc_config.an_authtype |= in an_init()
573 sc->sc_config.an_authtype |= in an_init()
600 sc->sc_config.an_authtype = htole16(AN_AUTHTYPE_NONE); in an_init()
602 sc->sc_config.an_authtype |= in an_init()
1061 prevauth = sc->sc_config.an_authtype; in an_set_nwkey()
1065 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN; in an_set_nwkey()
1073 sc->sc_config.an_authtype = in an_set_nwkey()
1082 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN | in an_set_nwkey()
1091 if (error == 0 && prevauth != sc->sc_config.an_authtype) in an_set_nwkey()
[all …]
Danreg.h209 u_int16_t an_authtype; /* 0x3E */ member