Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwvar.h110 #define IPW_FLAG_ASSOCIATED 0x0100 macro
H A Dif_ipw.c880 if (sc->flags & IPW_FLAG_ASSOCIATED) in ipw_newstate()
1020 sc->flags |= IPW_FLAG_ASSOCIATED; in ipw_rx_newstate_intr()
1032 if (sc->flags & IPW_FLAG_ASSOCIATED) { 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()
2269 sc->flags &= ~IPW_FLAG_ASSOCIATED; in ipw_disassoc()