HomeSort by relevance Sort by last modified time
    Searched refs:BucketSettings (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 777 mSettings.buckets = new WifiNative.BucketSettings[MAX_BUCKETS];
779 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings();
780 bucketSettings.bucket = i;
781 bucketSettings.report_events = 0;
782 bucketSettings.channels = new WifiNative.ChannelSettings[MAX_CHANNELS];
783 bucketSettings.num_channels = 0;
784 for (int j = 0; j < bucketSettings.channels.length; j++) {
786 bucketSettings.channels[j] = channelSettings
    [all...]
WifiNative.java     [all...]

Completed in 47 milliseconds