Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwmvar.h307 #define IWM_FLAG_MAC_ACTIVE 0x08 /* MAC context added to firmware */ macro
H A Dif_iwm.c8374 int active = (sc->sc_flags & IWM_FLAG_MAC_ACTIVE); in iwm_mac_ctxt_cmd()
8779 sc->sc_flags |= IWM_FLAG_MAC_ACTIVE; in iwm_auth()
8821 sc->sc_flags &= ~IWM_FLAG_MAC_ACTIVE; in iwm_auth()
8867 if (sc->sc_flags & IWM_FLAG_MAC_ACTIVE) { in iwm_deauth()
8874 sc->sc_flags &= ~IWM_FLAG_MAC_ACTIVE; in iwm_deauth()
10546 sc->sc_flags &= ~IWM_FLAG_MAC_ACTIVE; in iwm_stop()