Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpireg.h400 #define WPI_FILTER_BSS (1 << 5) macro
H A Dif_wpi.c1656 return (sc->rxon.filter & htole32(WPI_FILTER_BSS)) != 0; in wpi_check_bss_filter()
1760 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS); in wpi_newstate()
1809 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS); in wpi_newstate()
4298 sc->rxon.filter &= ~htole32(WPI_FILTER_BSS); in wpi_auth()
4538 sc->rxon.filter |= htole32(WPI_FILTER_BSS); in wpi_run()