Home
last modified time | relevance | path

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)) in iwm_add_sta_cmd()
7519 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0) in iwm_rm_sta_cmd()
8821 sc->sc_flags |= IWM_FLAG_STA_ACTIVE; in iwm_auth()
8862 if (sc->sc_flags & IWM_FLAG_STA_ACTIVE) { in iwm_deauth()
8873 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE; in iwm_deauth()
9230 if ((sc->sc_flags & IWM_FLAG_STA_ACTIVE) == 0) in iwm_delete_key()
10573 sc->sc_flags &= ~IWM_FLAG_STA_ACTIVE; in iwm_stop()