Searched refs:active_dwell (Results 1 – 6 of 6) sorted by relevance
364 u8 active_dwell; member869 u8 active_dwell; member880 u8 active_dwell; member890 u8 active_dwell; member904 u8 active_dwell[SCAN_TWO_LMACS]; member919 u8 active_dwell[SCAN_TWO_LMACS]; member1055 u8 active_dwell[SCAN_TWO_LMACS]; member
471 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()497 u16 active_dwell = 0; in iwl_get_channels_for_scan() local505 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); 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()528 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()548 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
2209 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
2395 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member2414 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
764 u16 active_dwell = 0; in il4965_get_channels_for_scan() local772 active_dwell = il_get_active_dwell_time(il, band, n_probes); 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()803 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il4965_get_channels_for_scan()823 type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell : in il4965_get_channels_for_scan()
955 __le16 active_dwell; member