Searched refs:MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
28 #define MAX_CHANNELS 16 macro165 wifi_scan_channel_spec channels[MAX_CHANNELS];
284 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ? in wifi_start_gscan()285 MAX_CHANNELS : bucketSpec.num_channels; in wifi_start_gscan()
312 MAX_CHANNELS = 16,335 * Max length: |StaScanLimits.MAX_CHANNELS|.
492 if (hidl_bucket_spec.frequencies.size() > MAX_CHANNELS) { in convertHidlGscanParamsToLegacy()