Searched refs:RXON_FILTER_ASSOC_MSK (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-core.c634 * or is clearing the RXON_FILTER_ASSOC_MSK, then return 1 to indicate that
671 if ((priv->staging_rxon.filter_flags & RXON_FILTER_ASSOC_MSK) !=
672 (priv->active_rxon.filter_flags & RXON_FILTER_ASSOC_MSK))
1705 ~RXON_FILTER_ASSOC_MSK;
1798 ~RXON_FILTER_ASSOC_MSK;
1960 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
2151 * clear RXON_FILTER_ASSOC_MSK bit
2154 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
H A Diwl-agn.c103 !!(priv->staging_rxon.filter_flags & RXON_FILTER_ASSOC_MSK);
149 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
158 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
172 "* with%s RXON_FILTER_ASSOC_MSK\n"
2644 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
2645 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3052 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3062 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
3244 * RXON_FILTER_ASSOC_MSK BIT
3290 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
[all...]
H A Diwl3945-base.c2513 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
2514 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3075 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3086 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
3206 * RXON_FILTER_ASSOC_MSK BIT
3251 priv->staging_rxon.filter_flags &= ~RXON_FILTER_ASSOC_MSK;
3282 priv->staging_rxon.filter_flags |= RXON_FILTER_ASSOC_MSK;
H A Diwl-3945.c1754 !!(priv->staging_rxon.filter_flags & RXON_FILTER_ASSOC_MSK);
1795 active_rxon->filter_flags &= ~RXON_FILTER_ASSOC_MSK;
1810 active_rxon->filter_flags |= RXON_FILTER_ASSOC_MSK;
1820 "* with%s RXON_FILTER_ASSOC_MSK\n"
H A Diwl-commands.h683 #define RXON_FILTER_ASSOC_MSK cpu_to_le32(1 << 5) macro
694 * RXON_FILTER_ASSOC_MSK to 0. This will clear station-dependent
702 * regardless of whether RXON_FILTER_ASSOC_MSK is set.
2396 RXON_FILTER_ASSOC_MSK | \
H A Diwl-dev.h1444 return (priv->active_rxon.filter_flags & RXON_FILTER_ASSOC_MSK) ? 1 : 0;

Completed in 124 milliseconds