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

/openbsd-current/sys/dev/ic/
H A Dif_wivar.h74 struct timeout wi_scan_timeout; member in struct:wi_softc
H A Dif_wi.c167 void wi_scan_timeout(void *);
1859 timeout_set(&sc->wi_scan_timeout, wi_scan_timeout, sc);
1865 timeout_add(&sc->wi_scan_timeout, len);
2015 wi_scan_timeout(void *arg) function
2039 timeout_add(&sc->wi_scan_timeout, WI_WAVELAN_RES_TIMEOUT);
2045 printf(WI_PRT_FMT ": wi_scan_timeout: %d tries\n",

Completed in 110 milliseconds