Searched refs:active_dwell (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | scan.h | 364 u8 active_dwell; member 869 u8 active_dwell; member 880 u8 active_dwell; member 890 u8 active_dwell; member 904 u8 active_dwell[SCAN_TWO_LMACS]; member 919 u8 active_dwell[SCAN_TWO_LMACS]; member 1055 u8 active_dwell[SCAN_TWO_LMACS]; member
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| 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()
|
| A D | commands.h | 2211 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | scan.c | 825 cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_lmac_dwell() 1297 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell() local 1300 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell() 1340 cmd->v7.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell() 1344 cmd->v8.active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell() 1348 active_dwell; in iwl_mvm_scan_umac_dwell() 1355 cmd->v1.active_dwell = active_dwell; in iwl_mvm_scan_umac_dwell() 1407 u8 active_dwell, passive_dwell; in iwl_mvm_scan_umac_dwell_v11() local 1410 active_dwell = IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell_v11() 1442 general_params->active_dwell[SCAN_LB_LMAC_IDX] = active_dwell; in iwl_mvm_scan_umac_dwell_v11() [all …]
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 3945-mac.c | 1489 u16 active_dwell = 0; in il3945_get_channels_for_scan() local 1496 active_dwell = il_get_active_dwell_time(il, band, n_probes); in il3945_get_channels_for_scan() 1499 if (passive_dwell <= active_dwell) in il3945_get_channels_for_scan() 1500 passive_dwell = active_dwell + 1; in il3945_get_channels_for_scan() 1517 scan_ch->active_dwell = cpu_to_le16(active_dwell); in il3945_get_channels_for_scan() 1526 scan_ch->active_dwell = in il3945_get_channels_for_scan() 1563 (scan_ch->type & 1) ? active_dwell : passive_dwell); in il3945_get_channels_for_scan()
|
| A D | commands.h | 2395 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member 2414 __le16 active_dwell; /* in 1024-uSec TU (time units), typ 5-50 */ member
|
| 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()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | qlink.h | 955 __le16 active_dwell; member
|
| A D | commands.c | 2049 cmd->active_dwell = cpu_to_le16(dwell_active); in qtnf_cmd_send_scan()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | scan.c | 540 gp->active_dwell[SCAN_LB_LMAC_IDX] = IWL_SCAN_DWELL_ACTIVE; in iwl_mld_scan_cmd_set_dwell() 542 gp->active_dwell[SCAN_HB_LMAC_IDX] = IWL_SCAN_DWELL_ACTIVE; in iwl_mld_scan_cmd_set_dwell()
|
Completed in 80 milliseconds