Searched refs:passive_dwell (Results 1 – 7 of 7) sorted by relevance
500 scan_ch->passive_dwell = in iwl_get_channel_for_reset_scan()523 u16 passive_dwell = 0; in iwl_get_channels_for_scan() local533 passive_dwell = iwl_get_passive_dwell_time(priv, band); 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()556 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in iwl_get_channels_for_scan()575 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2285 __le16 passive_dwell; /* in 1024-uSec TU (time units), typ 20-500 */ member
118 __le16 passive_dwell; member723 u8 passive_dwell; member
192 chan->passive_dwell = cpu_to_le16(params->dwell[band].passive); in iwl_mvm_scan_fill_channels()318 u32 passive_dwell = in iwl_mvm_scan_calc_params() local320 params->max_out_time = passive_dwell; in iwl_mvm_scan_calc_params()791 u8 *passive_dwell = active_dwell + n_channels; in iwl_build_channel_cfg() local805 passive_dwell[index] = params->dwell[band].passive; in iwl_build_channel_cfg()1175 cmd->passive_dwell = params->dwell[IEEE80211_BAND_2GHZ].passive; in iwl_mvm_build_generic_unified_scan_cmd()
1558 u16 passive_dwell = 0; in il3945_get_channels_for_scan() local1567 passive_dwell = il_get_passive_dwell_time(il, band, vif); 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()1588 scan_ch->passive_dwell = cpu_to_le16(passive_dwell); in il3945_get_channels_for_scan()1597 cpu_to_le16(passive_dwell - 1); in il3945_get_channels_for_scan()1633 (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()