sc_wep_ctx 387 dev/ic/awi.c if (sc->sc_wep_ctx != NULL)
sc_wep_ctx 388 dev/ic/awi.c free(sc->sc_wep_ctx, M_DEVBUF);
sc_wep_ctx 270 dev/ic/awi_wep.c if (sc->sc_wep_ctx != NULL) {
sc_wep_ctx 271 dev/ic/awi_wep.c free(sc->sc_wep_ctx, M_DEVBUF);
sc_wep_ctx 272 dev/ic/awi_wep.c sc->sc_wep_ctx = NULL;
sc_wep_ctx 275 dev/ic/awi_wep.c sc->sc_wep_ctx = malloc(ctxlen, M_DEVBUF, M_NOWAIT);
sc_wep_ctx 276 dev/ic/awi_wep.c if (sc->sc_wep_ctx == NULL)
sc_wep_ctx 338 dev/ic/awi_wep.c ctx = sc->sc_wep_ctx;
sc_wep_ctx 159 dev/ic/awivar.h void *sc_wep_ctx; /* work area */