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

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h403 #define WPI_FILTER_BSS (1 << 5) macro
H A Dif_wpi.c1654 return (sc->rxon.filter & htole32(WPI_FILTER_BSS)) != 0;
1758 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS);
1807 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS);
4279 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS);
4519 sc->rxon.filter |= htole32(WPI_FILTER_BSS);

Completed in 159 milliseconds