Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dwivar.h213 #define WI_FLAGS_WEP_VALID 0x0800 macro
H A Dwi.c2623 sc->sc_flags &= ~WI_FLAGS_WEP_VALID; in wi_key_delete()
2639 sc->sc_flags &= ~WI_FLAGS_WEP_VALID; in wi_key_set()
2658 if ((sc->sc_flags & WI_FLAGS_WEP_VALID) != 0) in wi_key_update_end()
2767 sc->sc_flags |= WI_FLAGS_WEP_VALID; in wi_write_wep()