Home
last modified time | relevance | path

Searched refs:active_dwell (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/iwlwifi/dvm/
Dscan.c489 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()
515 u16 active_dwell = 0; in iwl_get_channels_for_scan() local
523 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); 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()
546 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()
566 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
Dcommands.h2284 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-scan.h346 u8 active_dwell; member
620 u8 active_dwell; member
Dscan.c719 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_lmac_dwell()
989 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_umac_dwell()
/drivers/net/wireless/iwlegacy/
D3945-mac.c1560 u16 active_dwell = 0; in il3945_get_channels_for_scan() local
1567 active_dwell = il_get_active_dwell_time(il, band, n_probes); 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()
1588 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()
1597 scan_ch->active_dwell = in il3945_get_channels_for_scan()
1634 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
Dcommands.h2380 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
2399 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
D4965-mac.c776 u16 active_dwell = 0; in il4965_get_channels_for_scan() local
784 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()