Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/
DIWifiStaIfaceEventCallback.hal34 * @param bucketsScanned Bitset where each bit indicates if the bucket with
43 * for at least one bucket that was just scanned was
DIWifiStaIface.hal39 * firmware. Each bucket contains a set of channels, a period, and some
237 * - t=10 bucket 1 is scanned
238 * - t=20 bucket 1 and 2 are scanned
239 * - t=30 bucket 1 and 3 are scanned
240 * - t=40 bucket 1 and 2 are scanned
241 * - t=50 bucket 1 is scanned
Dtypes.hal303 * Controls if scans for this bucket must be placed in the results buffer.
318 * Background Scan parameters per bucket that can be specified in background
339 * Period at which this bucket must be scanned (in milliseconds). Must be an integer
345 * when events for this bucket must be reported.
350 * different than period, then this bucket is an exponential backoff bucket
373 * GCD of all bucket periods (in milliseconds).
526 * Bitset where each bit indicates if the bucket with that index (starting at
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h124 int bucket; // bucket index, 0 based member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp481 nlattr * bucket = request.attr_start(i); // next bucket in createSetupRequest() local
482 result = request.put_u32(GSCAN_ATTRIBUTE_BUCKET_ID, mParams->buckets[i].bucket); in createSetupRequest()
531 request.attr_end(bucket); in createSetupRequest()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan.cpp327 __FUNCTION__, i, bucketSpec.bucket, bucketSpec.band, in wifi_start_gscan()
335 bucketSpec.bucket) || in wifi_start_gscan()
/hardware/interfaces/wifi/1.0/default/
Dhidl_struct_util.cpp360 legacy_bucket_spec.bucket = hidl_bucket_spec.bucketIdx; in convertHidlGscanParamsToLegacy()