sc_wepctl        1455 dev/ic/atw.c   	sc->sc_wepctl = 0;
sc_wepctl        2192 dev/ic/atw.c   	ATW_WRITE(sc, ATW_WEPCTL, sc->sc_wepctl); /* restore WEP condition */
sc_wepctl        2197 dev/ic/atw.c   		    sc->sc_dev.dv_xname, buflen, ofs, sc->sc_wepctl);
sc_wepctl        2221 dev/ic/atw.c   	sc->sc_wepctl = 0;
sc_wepctl        2222 dev/ic/atw.c   	ATW_WRITE(sc, ATW_WEPCTL, sc->sc_wepctl);
sc_wepctl        2250 dev/ic/atw.c   	sc->sc_wepctl = ATW_WEPCTL_WEPENABLE;
sc_wepctl        2256 dev/ic/atw.c   		sc->sc_wepctl |= ATW_WEPCTL_WEPRXBYP;
sc_wepctl        3068 dev/ic/atw.c   	return (sc->sc_wepctl & ATW_WEPCTL_WEPRXBYP) == 0;
sc_wepctl         268 dev/ic/atwvar.h 	u_int32_t	sc_wepctl;	/* copy of ATW_WEPCTL */