Searched refs:passive_dwell (Results 1 – 7 of 7) sorted by relevance
491 scan_ch->passive_dwell = in iwl_get_channel_for_reset_scan()514 u16 passive_dwell = 0; in iwl_get_channels_for_scan() local524 passive_dwell = iwl_get_passive_dwell_time(priv, band); 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()547 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in iwl_get_channels_for_scan()566 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2285 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
347 u8 passive_dwell; member621 u8 passive_dwell; member
720 cmd->passive_dwell = scan_timing[params->type].dwell_passive; in iwl_mvm_scan_lmac_dwell()990 cmd->passive_dwell = scan_timing[params->type].dwell_passive; in iwl_mvm_scan_umac_dwell()
1559 u16 passive_dwell = 0; in il3945_get_channels_for_scan() local1568 passive_dwell = il_get_passive_dwell_time(il, band, vif); 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()1589 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il3945_get_channels_for_scan()1598 cpu_to_le16(passive_dwell - 1); in il3945_get_channels_for_scan()1634 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
2381 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member2400 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
775 u16 passive_dwell = 0; in il4965_get_channels_for_scan() local785 passive_dwell = il_get_passive_dwell_time(il, band, vif); 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()816 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il4965_get_channels_for_scan()836 passive_dwell); in il4965_get_channels_for_scan()