Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwi/
HDif_iwi.c2777 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell);
2785 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(30);
2786 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(30);
2788 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell);
2789 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell);
2845 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_PASSIVE])
2846 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BROADCAST])
2847 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED])
HDif_iwireg.h493 uint16_t dwell_time[IWI_SCAN_TYPES]; member
/dragonfly/sys/dev/netif/wpi/
HDif_wpi.c4084 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument
4104 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()
4108 return dwell_time; in wpi_limit_dwell()
/dragonfly/contrib/tcpdump/
HDprint-802_11.c216 uint16_t dwell_time; member
/dragonfly/sys/dev/netif/iwn/
HDif_iwn.c6843 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) argument