Searched refs:dwell_time (Results 1 – 6 of 6) sorted by relevance
2695 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()
493 uint16_t dwell_time[IWI_SCAN_TYPES]; member
4016 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument4036 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()4040 return dwell_time; in wpi_limit_dwell()
4694 uint8_t dwell_time[IWM_MAX_SCAN_CHANNELS][2]; member
212 uint16_t dwell_time; member
6670 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) in iwn_limit_dwell() argument