Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h602 #define IWN_FILTER_BSS (1 << 5) macro
H A Dif_iwn.c2915 sc->rxon->filter &= ~htole32(IWN_FILTER_BSS); in iwn_newstate()
6680 return ((sc->rxon->filter & htole32(IWN_FILTER_BSS)) != 0); in iwn_check_bss_filter()
7379 sc->rxon->filter |= htole32(IWN_FILTER_BSS); in iwn_run()