Searched refs:active_dwell (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | scan.h | 393 u8 active_dwell; member 830 u8 active_dwell; member 841 u8 active_dwell; member 851 u8 active_dwell; member 865 u8 active_dwell[SCAN_TWO_LMACS]; member 880 u8 active_dwell[SCAN_TWO_LMACS]; member 1014 u8 active_dwell[SCAN_TWO_LMACS]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | scan.c | 475 scan_ch->active_dwell = in iwl_get_channel_for_reset_scan() 501 u16 active_dwell = 0; in iwl_get_channels_for_scan() local 509 active_dwell = iwl_get_active_dwell_time(priv, band, n_probes); in iwl_get_channels_for_scan() 512 if (passive_dwell <= active_dwell) in iwl_get_channels_for_scan() 513 passive_dwell = active_dwell + 1; in iwl_get_channels_for_scan() 532 scan_ch->active_dwell = cpu_to_le16(active_dwell); in iwl_get_channels_for_scan() 552 active_dwell : passive_dwell); in iwl_get_channels_for_scan()
|
D | commands.h | 2257 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | scan.c | 865 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell() 1337 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local 1340 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell() 1380 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell() 1384 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell() 1387 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell() 1388 active_dwell; in iwl_mvm_scan_umac_dwell() 1395 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell() 1444 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell_v10() local 1447 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell_v10() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-mac.c | 1535 u16 active_dwell = 0; in il3945_get_channels_for_scan() local 1542 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan() 1545 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan() 1546 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan() 1563 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan() 1572 scan_ch->active_dwell = in il3945_get_channels_for_scan() 1609 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
|
D | commands.h | 2380 __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
|
D | 4965-mac.c | 763 u16 active_dwell = 0; in il4965_get_channels_for_scan() local 771 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il4965_get_channels_for_scan() 774 if (passive_dwell <= active_dwell) in il4965_get_channels_for_scan() 775 passive_dwell = active_dwell + 1; in il4965_get_channels_for_scan() 802 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il4965_get_channels_for_scan() 822 type & SCAN_CHANNEL_TYPE_ACTIVE) ? active_dwell : in il4965_get_channels_for_scan()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink.h | 955 __le16 active_dwell; member
|
D | commands.c | 2079 cmd->active_dwell = cpu_to_le16(dwell_active); in qtnf_cmd_send_scan()
|