Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h368 u8 active_dwell; member
761 u8 active_dwell; member
772 u8 active_dwell; member
782 u8 active_dwell; member
796 u8 active_dwell[SCAN_TWO_LMACS]; member
811 u8 active_dwell[SCAN_TWO_LMACS]; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c476 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()
502 u16 active_dwell = 0; in iwl_get_channels_for_scan() local
510 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan()
513 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan()
514 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan()
533 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan()
553 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
Dcommands.h2257 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c863 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell()
1320 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local
1323 active_dwell = params->measurement_dwell ? in iwl_mvm_scan_umac_dwell()
1365 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1369 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell()
1372 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1373 active_dwell; in iwl_mvm_scan_umac_dwell()
1381 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1536 u16 active_dwell = 0; in il3945_get_channels_for_scan() local
1543 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()
1546 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()
1547 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()
1564 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()
1573 scan_ch->active_dwell = in il3945_get_channels_for_scan()
1610 (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.c762 u16 active_dwell = 0; in il4965_get_channels_for_scan() local
770 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan()
773 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan()
774 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan()
801 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il4965_get_channels_for_scan()
821 type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell : in il4965_get_channels_for_scan()