HomeSort by: relevance | last modified time | path
    Searched refs:an_authtype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
an.c 568 sc->sc_config.an_authtype = htole16(AN_AUTHTYPE_OPEN); /*XXX*/
570 sc->sc_config.an_authtype |=
573 sc->sc_config.an_authtype |=
600 sc->sc_config.an_authtype = htole16(AN_AUTHTYPE_NONE);
602 sc->sc_config.an_authtype |=
1061 prevauth = sc->sc_config.an_authtype;
1065 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN;
1073 sc->sc_config.an_authtype =
1082 sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN |
1091 if (error == 0 && prevauth != sc->sc_config.an_authtype)
    [all...]
anreg.h 209 u_int16_t an_authtype; /* 0x3E */ member in struct:an_rid_genconfig

Completed in 13 milliseconds