Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h18 #define MAX_CHANNELS 16 macro
155 wifi_scan_channel_spec channels[MAX_CHANNELS];
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan.cpp322 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ? in wifi_start_gscan()
323 MAX_CHANNELS : bucketSpec.num_channels; in wifi_start_gscan()
/hardware/interfaces/wifi/1.0/
Dtypes.hal312 MAX_CHANNELS = 16,
335 * Max length: |StaScanLimits.MAX_CHANNELS|.
/hardware/interfaces/wifi/1.0/default/
Dhidl_struct_util.cpp377 if (hidl_bucket_spec.frequencies.size() > MAX_CHANNELS) { in convertHidlGscanParamsToLegacy()