Searched refs:sc_nbssid0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mwl/
H A Dif_mwlvar.h286 uint8_t sc_nbssid0; /* # vap's using base mac */ member in struct:mwl_softc
H A Dif_mwl.c577 sc->sc_nbssid0++;
584 if (i != 0 || --sc->sc_nbssid0 == 0)
/freebsd-current/sys/dev/ath/
H A Dif_athvar.h571 u_int8_t sc_nbssid0; /* # vap's using base mac */ member in struct:ath_softc
H A Dif_ath.c1484 sc->sc_nbssid0++;
1493 if (i != 0 || --sc->sc_nbssid0 == 0) {

Completed in 242 milliseconds