Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/iwi/
Dif_iwi.c2719 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell); in iwi_scanchan()
2727 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(30); in iwi_scanchan()
2728 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(30); in iwi_scanchan()
2730 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell); in iwi_scanchan()
2731 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell); in iwi_scanchan()
2787 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_PASSIVE]) in iwi_scanchan()
2788 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BROADCAST]) in iwi_scanchan()
2789 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED]) in iwi_scanchan()
Dif_iwireg.h495 uint16_t dwell_time[IWI_SCAN_TYPES]; member
/freebsd-12-stable/sys/dev/wpi/
Dif_wpi.c4034 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument
4054 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()
4058 return dwell_time; in wpi_limit_dwell()
/freebsd-12-stable/contrib/tcpdump/
Dprint-802_11.c216 uint16_t dwell_time; member
/freebsd-12-stable/sys/dev/iwn/
Dif_iwn.c6962 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) in iwn_limit_dwell() argument