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
4099 uint16_t bintval, buflen, dwell_active, dwell_passive; in wpi_scan() local4226 dwell_passive = wpi_get_passive_dwell_time(sc, c); in wpi_scan()4229 if (dwell_active > dwell_passive) in wpi_scan()4230 dwell_active = dwell_passive; in wpi_scan()4233 chan->passive = htole16(dwell_passive); in wpi_scan()
7015 uint16_t dwell_active, dwell_passive; in iwn_scan() local7216 dwell_passive = iwn_get_passive_dwell_time(sc, c); in iwn_scan()7219 if (dwell_passive <= dwell_active) in iwn_scan()7220 dwell_passive = dwell_active + 1; in iwn_scan()7223 chan->passive = htole16(dwell_passive); in iwn_scan()7235 dwell_active, dwell_passive, scan_service_time, in iwn_scan()