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

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h309 #define IWM_FLAG_STA_ACTIVE 0x20 /* AP added to firmware station table */ macro
H A Dif_iwm.c7256 if (!update && (sc->sc_flags & IWM_FLAG_STA_ACTIVE))
7519 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0)
8821 sc->sc_flags |= IWM_FLAG_STA_ACTIVE;
8862 if (sc->sc_flags & IWM_FLAG_STA_ACTIVE) {
8873 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE;
9230 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0)
10573 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE;

Completed in 67 milliseconds