/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 368 * @active_dwell: dwell time for active channels 393 u8 active_dwell; member 798 * @active_dwell: dwell time for active scan per LMAC 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 992 * @active_dwell: dwell time for active scan per LMAC 1014 u8 active_dwell[SCAN_TWO_LMAC member [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 333 * @active_dwell: dwell time for active channels 358 u8 active_dwell; member 821 * @active_dwell: dwell time for active scan per LMAC 853 u8 active_dwell; member 864 u8 active_dwell; member 874 u8 active_dwell; member 888 u8 active_dwell[SCAN_TWO_LMACS]; member 903 u8 active_dwell[SCAN_TWO_LMACS]; member 1016 * @active_dwell: dwell time for active scan per LMAC 1039 u8 active_dwell[SCAN_TWO_LMAC member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A 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()
|
H A D | commands.h | 2238 * active_dwell <= passive_dwell (< max_out_time if max_out_time != 0) 2239 * 2) quiet_time <= active_dwell 2242 * active_dwell < max_out_time 2257 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 471 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()
|
H A D | commands.h | 2187 * active_dwell <= passive_dwell (< max_out_time if max_out_time != 0) 2188 * 2) quiet_time <= active_dwell 2191 * active_dwell < max_out_time 2206 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A 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 in iwl_mvm_scan_umac_dwell() 1444 u8 active_dwell, passive_dwell; iwl_mvm_scan_umac_dwell_v10() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 817 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell() 1287 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local 1290 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell() 1330 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell() 1334 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell() 1337 cmd->v8.active_dwell[SCAN_HB_LMAC_IDX] = in iwl_mvm_scan_umac_dwell() 1338 active_dwell; in iwl_mvm_scan_umac_dwell() 1345 cmd->v1.active_dwell in iwl_mvm_scan_umac_dwell() 1394 u8 active_dwell, passive_dwell; iwl_mvm_scan_umac_dwell_v11() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A 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() 1566 * and use long active_dwell time. 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()
|
H A D | commands.h | 2363 * active_dwell <= passive_dwell (< max_out_time if max_out_time != 0) 2364 * 2) quiet_time <= active_dwell 2367 * active_dwell < max_out_time 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
|
H A 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-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 1527 u16 active_dwell = 0; in il3945_get_channels_for_scan() local 1534 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan() 1537 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan() 1538 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan() 1555 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan() 1558 * and use long active_dwell time. in il3945_get_channels_for_scan() 1564 scan_ch->active_dwell = in il3945_get_channels_for_scan() 1601 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
|
H A D | commands.h | 2365 * active_dwell <= passive_dwell (< max_out_time if max_out_time != 0) 2366 * 2) quiet_time <= active_dwell 2369 * active_dwell < max_out_time 2382 __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
|
H A D | 4965-mac.c | 764 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 943 * @active_dwell: time spent on a single channel for an active scan. 955 __le16 active_dwell; member
|
H A D | commands.c | 2079 cmd->active_dwell = cpu_to_le16(dwell_active); in qtnf_cmd_send_scan()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | qlink.h | 943 * @active_dwell: time spent on a single channel for an active scan. 955 __le16 active_dwell; member
|
H A D | commands.c | 2048 cmd->active_dwell = cpu_to_le16(dwell_active); in qtnf_cmd_send_scan()
|