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

  /src/sys/dev/ic/
atwvar.h 238 u_int32_t sc_wepctl; /* copy of ATW_WEPCTL */ member in struct:atw_softc
atw.c 1380 sc->sc_wepctl = 0;
2096 ATW_WRITE(sc, ATW_WEPCTL, sc->sc_wepctl); /* restore WEP condition */
2101 device_xname(sc->sc_dev), buflen, ofs, sc->sc_wepctl);
2187 sc->sc_wepctl = 0;
2188 ATW_WRITE(sc, ATW_WEPCTL, sc->sc_wepctl);
2214 sc->sc_wepctl |= ATW_WEPCTL_WEPENABLE;
2220 sc->sc_wepctl |= ATW_WEPCTL_WEPRXBYP;
3082 return (sc->sc_wepctl & ATW_WEPCTL_WEPRXBYP) == 0;

Completed in 54 milliseconds