Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c137 u32 measurement_dwell; member
1217 active_dwell = params->measurement_dwell ? in iwl_mvm_scan_umac_dwell()
1218 params->measurement_dwell : IWL_SCAN_DWELL_ACTIVE; in iwl_mvm_scan_umac_dwell()
1219 passive_dwell = params->measurement_dwell ? in iwl_mvm_scan_umac_dwell()
1220 params->measurement_dwell : IWL_SCAN_DWELL_PASSIVE; in iwl_mvm_scan_umac_dwell()
1269 cmd->v1.extended_dwell = params->measurement_dwell ? in iwl_mvm_scan_umac_dwell()
1270 params->measurement_dwell : IWL_SCAN_DWELL_EXTENDED; in iwl_mvm_scan_umac_dwell()
1355 if (params->measurement_dwell) in iwl_mvm_scan_umac_flags()
1640 params.measurement_dwell = ret; in iwl_mvm_reg_scan_start()