Searched refs:active_dwell (Results 1 – 7 of 7) sorted by relevance
489 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()515 u16 active_dwell = 0; in iwl_get_channels_for_scan() local523 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan()526 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()527 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()546 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()566 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2284 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
346 u8 active_dwell; member620 u8 active_dwell; member
719 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_lmac_dwell()989 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_umac_dwell()
1560 u16 active_dwell = 0; in il3945_get_channels_for_scan() local1567 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()1570 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()1571 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()1588 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()1597 scan_ch->active_dwell = in il3945_get_channels_for_scan()1634 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
2380 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member2399 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
776 u16 active_dwell = 0; in il4965_get_channels_for_scan() local784 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan()787 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan()788 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan()815 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il4965_get_channels_for_scan()835 type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell : in il4965_get_channels_for_scan()