Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dan.c966 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN; /*XXX*/ in an_init()
968 sc->sc_config.an_authtype |= in an_init()
997 sc->sc_config.an_authtype = AN_AUTHTYPE_NONE; in an_init()
999 sc->sc_config.an_authtype |= in an_init()
1384 prevauth = sc->sc_config.an_authtype; in an_set_nwkey()
1388 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN; in an_set_nwkey()
1396 sc->sc_config.an_authtype = in an_set_nwkey()
1406 if (error == 0 && prevauth != sc->sc_config.an_authtype) in an_set_nwkey()
1522 if (sc->sc_config.an_authtype & AN_AUTHTYPE_LEAP) in an_get_nwkey()
1524 else if (sc->sc_config.an_authtype & AN_AUTHTYPE_PRIVACY_IN_USE) in an_get_nwkey()
Danreg.h215 u_int16_t an_authtype; /* 0x3E */ member