Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ipw/
HDif_ipwvar.h109 #define IPW_FLAG_ASSOCIATING 0x0080 macro
HDif_ipw.c1014 if ((sc->flags & IPW_FLAG_ASSOCIATING) == 0) { in ipw_rx_newstate_intr()
1019 sc->flags &= ~IPW_FLAG_ASSOCIATING; in ipw_rx_newstate_intr()
1066 sc->flags &= ~(IPW_FLAG_ASSOCIATING | IPW_FLAG_ASSOCIATED); in ipw_rx_newstate_intr()
1077 IPW_FLAG_ASSOCIATING | IPW_FLAG_ASSOCIATED); in ipw_rx_newstate_intr()
2249 sc->flags |= IPW_FLAG_ASSOCIATING; in ipw_assoc()