Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h352 u8 active_dwell; member
700 u8 active_dwell; member
711 u8 active_dwell; member
721 u8 active_dwell; member
735 u8 active_dwell[SCAN_TWO_LMACS]; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c493 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()
519 u16 active_dwell = 0; in iwl_get_channels_for_scan() local
527 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan()
530 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()
531 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()
550 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()
570 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
Dcommands.h2262 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c814 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell()
1214 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local
1217 active_dwell = params->measurement_dwell ? in iwl_mvm_scan_umac_dwell()
1255 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1259 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell()
1262 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1263 active_dwell; in iwl_mvm_scan_umac_dwell()
1271 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1552 u16 active_dwell = 0; in il3945_get_channels_for_scan() local
1559 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()
1562 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()
1563 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()
1580 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()
1589 scan_ch->active_dwell = in il3945_get_channels_for_scan()
1626 (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.c778 u16 active_dwell = 0; in il4965_get_channels_for_scan() local
786 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan()
789 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan()
790 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan()
817 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il4965_get_channels_for_scan()
837 type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell : in il4965_get_channels_for_scan()