Searched refs:dwell_time (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h493 uint16_t dwell_time[IWI_SCAN_TYPES]; member in struct:iwi_scan_ext
H A Dif_iwi.c2705 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell);
2713 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(30);
2714 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(30);
2716 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell);
2717 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell);
2773 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_PASSIVE])
2774 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BROADCAST])
2775 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED])
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4012 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) argument
4032 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2));
4036 return dwell_time;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c216 uint16_t dwell_time; member in struct:fh_t
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c6714 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) argument

Completed in 146 milliseconds