Home
last modified time | relevance | path

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

/src/sys/dev/iwx/
H A Dif_iwxvar.h286 #define IWX_FLAG_STA_ACTIVE 0x20 /* AP added to firmware station table */ macro
H A Dif_iwx.c6151 if (!update && (sc->sc_flags & IWX_FLAG_STA_ACTIVE)) in iwx_add_sta_cmd()
6267 if ((sc->sc_flags & IWX_FLAG_STA_ACTIVE) == 0) in iwx_rm_sta_cmd()
7611 sc->sc_flags |= IWX_FLAG_STA_ACTIVE; in iwx_auth()
7646 sc->sc_flags &= ~IWX_FLAG_STA_ACTIVE; in iwx_auth()
7673 if (sc->sc_flags & IWX_FLAG_STA_ACTIVE) { in iwx_deauth()
7677 sc->sc_flags &= ~IWX_FLAG_STA_ACTIVE; in iwx_deauth()
8006 if ((sc->sc_flags & IWX_FLAG_STA_ACTIVE) == 0)
8619 sc->sc_flags &= ~IWX_FLAG_STA_ACTIVE; in iwx_stop()
10869 if (sc->sc_flags & IWX_FLAG_STA_ACTIVE) { in iwx_raw_xmit()