HomeSort by: relevance | last modified time | path
    Searched refs:sc_scan_timer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wivar.h 149 int sc_scan_timer; member in struct:wi_softc
wi.c 1039 sc->sc_scan_timer = 0;
1337 if (sc->sc_scan_timer) {
1338 if (--sc->sc_scan_timer <= WI_SCAN_WAIT - WI_SCAN_INQWAIT &&
1343 if (sc->sc_scan_timer)
2049 sc->sc_scan_timer > 0) {
2052 sc->sc_scan_timer = 0;
2321 if (sc->sc_scan_timer > 0) {
3318 sc->sc_scan_timer = WI_SCAN_WAIT;
3385 sc->sc_scan_timer = 0;

Completed in 91 milliseconds