Searched refs:dwell_passive (Results 1 – 4 of 4) sorted by relevance
510 scan_config->dwell_passive = 110; in iwm_config_umac_scan()
5776 * @dwell_passive: default dwell time for passive scan5793 uint8_t dwell_passive;5789 uint8_t dwell_passive; global() member
4101 uint16_t bintval, buflen, dwell_active, dwell_passive; in wpi_scan() local4228 dwell_passive = wpi_get_passive_dwell_time(sc, c); in wpi_scan()4231 if (dwell_active > dwell_passive) in wpi_scan()4232 dwell_active = dwell_passive; in wpi_scan()4235 chan->passive = htole16(dwell_passive); in wpi_scan()
7027 uint16_t dwell_active, dwell_passive; in iwn_scan() local7228 dwell_passive = iwn_get_passive_dwell_time(sc, c); in iwn_scan()7231 if (dwell_passive <= dwell_active) in iwn_scan()7232 dwell_passive = dwell_active + 1; in iwn_scan()7235 chan->passive = htole16(dwell_passive); in iwn_scan()7247 dwell_active, dwell_passive, scan_service_time, in iwn_scan()