Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dscan.c498 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()
524 u16 active_dwell = 0; in iwl_get_channels_for_scan() local
532 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); 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()
555 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()
575 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
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-scan.h494 u8 active_dwell; member
779 u8 active_dwell; member
Dscan.c767 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_unified_scan_cmd()
1227 cmd->active_dwell = params->dwell[IEEE80211_BAND_2GHZ].active; in iwl_mvm_build_generic_umac_scan_cmd()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945-mac.c1559 u16 active_dwell = 0; in il3945_get_channels_for_scan() local
1566 active_dwell = il_get_active_dwell_time(il, band, n_probes); 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()
1587 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()
1596 scan_ch->active_dwell = in il3945_get_channels_for_scan()
1633 (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()