Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h159 int step_count; // for exponential back off bucket, number of scans to perform for a given member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dgscan.cpp303 bucketSpec.base, bucketSpec.step_count); in wifi_start_gscan()
329 bucketSpec.step_count)) in wifi_start_gscan()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dgscan.cpp295 bucketSpec.base, bucketSpec.step_count); in wifi_start_gscan()
321 bucketSpec.step_count)) in wifi_start_gscan()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp495 mParams->buckets[i].step_count); in createSetupRequest()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dgscan.cpp490 mParams->buckets[i].step_count); in createSetupRequest()
/hardware/interfaces/wifi/1.0/
Dtypes.hal352 * actual_period(N) = period * (base ^ (N/step_count))
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp587 legacy_bucket_spec.step_count = aidl_bucket_spec.exponentialStepCount; in convertAidlGscanParamsToLegacy()