Searched refs:dwell_time (Results 1 – 5 of 5) sorted by relevance
2777 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])
493 uint16_t dwell_time[IWI_SCAN_TYPES]; member
4084 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument4104 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()4108 return dwell_time; in wpi_limit_dwell()
216 uint16_t dwell_time; member
6843 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) argument