Searched refs:MAX_CHANNELS (Results 1 – 10 of 10) sorted by relevance
28 #define MAX_CHANNELS 16 macro165 wifi_scan_channel_spec channels[MAX_CHANNELS];
38 #ifndef MAX_CHANNELS39 #define MAX_CHANNELS 0x04 macro421 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
38 #ifndef MAX_CHANNELS39 #define MAX_CHANNELS 0x04 macro453 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
38 #ifndef MAX_CHANNELS39 #define MAX_CHANNELS 0x04 macro455 if ((channelNumber < 0) || (channelNumber >= MAX_CHANNELS)) { in closeChannel()
108 #define MAX_CHANNELS 32 macro2179 uint32_t channels[MAX_CHANNELS]; // Frequency channels to scan
287 numChannelSpecs = (unsigned int)bucketSpec.num_channels > MAX_CHANNELS ? in wifi_start_gscan()288 MAX_CHANNELS : bucketSpec.num_channels; in wifi_start_gscan()
312 MAX_CHANNELS = 16,335 * Max length: |StaScanLimits.MAX_CHANNELS|.
513 if (hidl_bucket_spec.frequencies.size() > MAX_CHANNELS) { in convertHidlGscanParamsToLegacy()
1395 request.specifiers[i].channels.size() > MAX_CHANNELS) { in startNetworkScan()