Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_iwmvar.h309 #define IWM_FLAG_STA_ACTIVE 0x20 /* AP added to firmware station table */ macro
H A Dif_iwm.c7231 if (!update && (sc->sc_flags & IWM_FLAG_STA_ACTIVE)) in iwm_add_sta_cmd()
7494 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0) in iwm_rm_sta_cmd()
8796 sc->sc_flags |= IWM_FLAG_STA_ACTIVE; in iwm_auth()
8837 if (sc->sc_flags & IWM_FLAG_STA_ACTIVE) { in iwm_deauth()
8848 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE; in iwm_deauth()
9205 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0) in iwm_delete_key()
10548 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE; in iwm_stop()