Searched refs:active_dwell (Results 1 – 7 of 7) sorted by relevance
498 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()524 u16 active_dwell = 0; in iwl_get_channels_for_scan() local532 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan()535 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()536 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()555 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()575 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2284 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
494 u8 active_dwell; member779 u8 active_dwell; member
767 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_unified_scan_cmd()1227 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_umac_scan_cmd()
1559 u16 active_dwell = 0; in il3945_get_channels_for_scan() local1566 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()1569 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()1570 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()1587 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()1596 scan_ch->active_dwell = in il3945_get_channels_for_scan()1633 (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()