Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dscan.h358 u8 active_dwell; member
842 u8 active_dwell; member
853 u8 active_dwell; member
863 u8 active_dwell; member
877 u8 active_dwell[SCAN_TWO_LMACS]; member
892 u8 active_dwell[SCAN_TWO_LMACS]; member
1027 u8 active_dwell[SCAN_TWO_LMACS]; member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c471 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan()
497 u16 active_dwell = 0; in iwl_get_channels_for_scan() local
505 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()
Dcommands.h2206 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c811 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell()
1281 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local
1284 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell()
1324 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1328 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell()
1331 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell()
1332 active_dwell; in iwl_mvm_scan_umac_dwell()
1339 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell()
1388 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell_v11() local
1391 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell_v11()
[all …]
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c1533 u16 active_dwell = 0; in il3945_get_channels_for_scan() local
1540 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan()
1543 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan()
1544 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan()
1561 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan()
1570 scan_ch->active_dwell = in il3945_get_channels_for_scan()
1607 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
Dcommands.h2382 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
2401 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
D4965-mac.c764 u16 active_dwell = 0; in il4965_get_channels_for_scan() local
772 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()
/linux-6.1.9/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h955 __le16 active_dwell; member
Dcommands.c2047 cmd->active_dwell = cpu_to_le16(dwell_active); in qtnf_cmd_send_scan()