Home
last modified time | relevance | path

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

/src/sys/dev/iwx/
H A Dif_iwxvar.h285 #define IWX_FLAG_BINDING_ACTIVE 0x10 /* MAC->PHY binding added to firmware */ macro
H A Dif_iwx.c4954 int i, err, active = (sc->sc_flags & IWX_FLAG_BINDING_ACTIVE); in iwx_binding_cmd()
7603 sc->sc_flags |= IWX_FLAG_BINDING_ACTIVE; in iwx_auth()
7651 sc->sc_flags &= ~IWX_FLAG_BINDING_ACTIVE; in iwx_auth()
7680 if (sc->sc_flags & IWX_FLAG_BINDING_ACTIVE) { in iwx_deauth()
7687 sc->sc_flags &= ~IWX_FLAG_BINDING_ACTIVE; in iwx_deauth()
8618 sc->sc_flags &= ~IWX_FLAG_BINDING_ACTIVE; in iwx_stop()