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

  /src/sys/dev/ic/
rt2560var.h 151 int dwelltime; member in struct:rt2560_softc
ath_netbsd.c 74 dwelltime)) != 0)
rt2560.c 471 sc->dwelltime = 200;
903 callout_reset(&sc->scan_ch, (sc->dwelltime * hz) / 1000,
  /src/sys/dev/pci/
if_ipwvar.h 150 int dwelltime; member in struct:ipw_softc
if_iwivar.h 156 int dwelltime; member in struct:iwi_softc
if_iwireg.h 440 u_int16_t dwelltime[IWI_SCAN_TYPES]; member in struct:iwi_scan_v2
if_iwi.c 2493 scan.dwelltime[IWI_SCAN_TYPE_PASSIVE] = htole16(2000);
2513 scan.dwelltime[IWI_SCAN_TYPE_ACTIVE_BROADCAST] =
2514 htole16(sc->dwelltime);
2515 scan.dwelltime[IWI_SCAN_TYPE_ACTIVE_BDIRECT] =
2516 htole16(sc->dwelltime);
2890 sc->dwelltime = 100;
2894 NULL, 0, &sc->dwelltime, 0, CTL_CREATE, CTL_EOL)) != 0)
if_ipw.c 327 sc->dwelltime = 100;

Completed in 19 milliseconds