Home
last modified time | relevance | path

Searched refs:dwell_time (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/iwi/
HDif_iwi.c2695 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell); in iwi_scanchan()
2703 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(30); in iwi_scanchan()
2704 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(30); in iwi_scanchan()
2706 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell); in iwi_scanchan()
2707 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell); in iwi_scanchan()
2763 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_PASSIVE]) in iwi_scanchan()
2764 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BROADCAST]) in iwi_scanchan()
2765 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED]) in iwi_scanchan()
HDif_iwireg.h493 uint16_t dwell_time[IWI_SCAN_TYPES]; member
/NextBSD/sys/dev/wpi/
HDif_wpi.c4016 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument
4036 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()
4040 return dwell_time; in wpi_limit_dwell()
/NextBSD/sys/dev/iwm/
HDif_iwmreg.h4694 uint8_t dwell_time[IWM_MAX_SCAN_CHANNELS][2]; member
/NextBSD/contrib/tcpdump/
HDprint-802_11.c212 uint16_t dwell_time; member
/NextBSD/sys/dev/iwn/
HDif_iwn.c6670 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) in iwn_limit_dwell() argument