Searched refs:passive_dwell (Results 1 – 6 of 6) sorted by relevance
473 scan_ch->passive_dwell = in iwl_get_channel_for_reset_scan()496 u16 passive_dwell = 0; in iwl_get_channels_for_scan() local506 passive_dwell = iwl_get_passive_dwell_time(priv, band); in iwl_get_channels_for_scan()508 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()509 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()529 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in iwl_get_channels_for_scan()548 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2212 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
1488 u16 passive_dwell = 0; in il3945_get_channels_for_scan() local1497 passive_dwell = il_get_passive_dwell_time(il, band, vif); in il3945_get_channels_for_scan()1499 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()1500 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()1518 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il3945_get_channels_for_scan()1527 cpu_to_le16(passive_dwell - 1); in il3945_get_channels_for_scan()1563 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
2396 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member2415 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
763 u16 passive_dwell = 0; in il4965_get_channels_for_scan() local773 passive_dwell = il_get_passive_dwell_time(il, band, vif); in il4965_get_channels_for_scan()775 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan()776 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan()804 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il4965_get_channels_for_scan()824 passive_dwell); in il4965_get_channels_for_scan()
956 __le16 passive_dwell; member