HomeSort by relevance Sort by last modified time
    Searched refs:WifiNative (Results 26 - 50 of 50) sorted by null

12

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
KnownBandsChannelHelper.java 22 import com.android.server.wifi.WifiNative;
247 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) {
256 bucketSettings.channels = new WifiNative.ChannelSettings[mChannels.size()];
258 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings();
BackgroundScanScheduler.java 30 import com.android.server.wifi.WifiNative;
55 * <p>Finally, the scheduler creates a WifiNative.ScanSettings from the list of buckets which may be
83 * @see com.android.server.wifi.WifiNative.ScanSettings#report_threshold_percent
156 private WifiNative.ChannelSettings createChannelSettings(int frequency) {
157 WifiNative.ChannelSettings channelSettings = new WifiNative.ChannelSettings();
196 public WifiNative.BucketSettings createBucketSettings(int bucketId, int maxChannels) {
234 WifiNative.BucketSettings bucketSettings = new WifiNative.BucketSettings();
364 private WifiNative.ScanSettings mSchedule
    [all...]
WifiScanningServiceImpl.java 59 import com.android.server.wifi.WifiNative;
264 private WifiNative.ScanSettings mPreviousSchedule;
440 class WifiSingleScanStateMachine extends StateMachine implements WifiNative.ScanEventHandler {
455 private WifiNative.ScanSettings mActiveScanSettings = null;
486 case WifiNative.WIFI_SCAN_RESULTS_AVAILABLE:
487 case WifiNative.WIFI_SCAN_THRESHOLD_NUM_SCANS:
488 case WifiNative.WIFI_SCAN_THRESHOLD_PERCENT:
491 case WifiNative.WIFI_SCAN_FAILED:
738 WifiNative.BucketSettings activeBucket = mActiveScanSettings.buckets[0];
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 240 private WifiNative.VendorHalDeathEventHandler mDeathEventHandler;
248 public boolean initialize(WifiNative.VendorHalDeathEventHandler handler) {
443 public boolean getBgScanCapabilities(WifiNative.ScanCapabilities capabilities) {
448 WifiNative.ScanCapabilities out = capabilities;
475 public WifiNative.ScanEventHandler eventHandler = null;
479 CurrentBackgroundScan(int id, WifiNative.ScanSettings settings) {
487 for (WifiNative.BucketSettings bs : settings.buckets) {
495 * Makes the Hal flavor of WifiNative.BucketSettings
497 * @param bs WifiNative.BucketSettings
502 makeStaBackgroundScanBucketParametersFromBucketSettings(WifiNative.BucketSettings bs)
    [all...]
WificondControl.java 46 * This class provides methods for WifiNative to send control commands to wificond.
47 * NOTE: This class should only be used from WifiNative.
264 public WifiNative.SignalPollResult signalPoll() {
281 WifiNative.SignalPollResult pollResult = new WifiNative.SignalPollResult();
293 public WifiNative.TxPacketCounters getTxPacketCounters() {
310 WifiNative.TxPacketCounters counters = new WifiNative.TxPacketCounters();
417 public boolean startPnoScan(WifiNative.PnoSettings pnoSettings) {
428 for (WifiNative.PnoNetwork network : pnoSettings.networkList)
    [all...]
WifiInjector.java 79 private final WifiNative mWifiNative;
171 mWifiNative = new WifiNative(SystemProperties.get("wifi.interface", "wlan0"),
393 public BaseWifiDiagnostics makeWifiDiagnostics(WifiNative wifiNative) {
396 mContext, this, mWifiStateMachine, wifiNative, mBuildProperties,
399 return new BaseWifiDiagnostics(wifiNative);
467 public WifiNative getWifiNative() {
WifiConfigStoreLegacy.java 83 private final WifiNative mWifiNative;
89 WifiNative wifiNative, IpConfigStore ipConfigStore,
92 mWifiNative = wifiNative;
255 * 1. Read the network configurations from wpa_supplicant using {@link WifiNative}.
SoftApManager.java 49 private final WifiNative mWifiNative;
79 WifiNative wifiNative,
89 mWifiNative = wifiNative;
SupplicantStaIfaceHal.java     [all...]
RttService.java 141 private final WifiNative mWifiNative;
693 private WifiNative.RttEventHandler mEventHandler = new WifiNative.RttEventHandler() {
    [all...]
WifiNative.java 61 public class WifiNative {
68 public WifiNative(String interfaceName, WifiVendorHal vendorHal,
70 mTAG = "WifiNative-" + interfaceName;
    [all...]
WifiStateMachine.java 161 public class WifiStateMachine extends StateMachine implements WifiNative.WifiRssiEventHandler,
205 private WifiNative mWifiNative;
245 private final WifiNative.VendorHalDeathEventHandler mVendorHalDeathRecipient = () -> {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java 107 private WifiNative.VendorHalDeathEventHandler mVendorHalDeathHandler;
456 assertFalse(mWifiVendorHal.getBgScanCapabilities(new WifiNative.ScanCapabilities()));
483 WifiNative.ScanCapabilities result = new WifiNative.ScanCapabilities();
    [all...]
WifiDiagnosticsTest.java 57 @Mock WifiNative mWifiNative;
73 private WifiNative.RingBufferStatus mFakeRbs;
90 mFakeRbs = new WifiNative.RingBufferStatus();
92 WifiNative.RingBufferStatus[] ringBufferStatuses = new WifiNative.RingBufferStatus[] {
166 * b) instructs WifiNative to enable ring buffers of the appropriate log level.
439 public boolean answer(WifiNative.TxFateReport[] fates) {
440 fates[0] = new WifiNative.TxFateReport(
444 fates[1] = new WifiNative.TxFateReport(
452 public boolean answer(WifiNative.RxFateReport[] fates)
    [all...]
WificondControlTest.java 113 private static final WifiNative.PnoSettings TEST_PNO_SETTINGS =
114 new WifiNative.PnoSettings() {{
117 networkList = new WifiNative.PnoNetwork[2];
118 networkList[0] = new WifiNative.PnoNetwork();
119 networkList[1] = new WifiNative.PnoNetwork();
696 // matches the WifiNative.PnoSettings;
698 private final WifiNative.PnoSettings mExpectedPnoSettings;
699 PnoScanMatcher(WifiNative.PnoSettings expectedPnoSettings) {
WifiCountryCodeTest.java 42 @Mock WifiNative mWifiNative;
SoftApManagerTest.java 70 @Mock WifiNative mWifiNative;
RttServiceTest.java 66 WifiNative mWifiNative;
WifiConfigStoreLegacyTest.java 52 @Mock private WifiNative mWifiNative;
WifiStateMachineTest.java 351 @Mock WifiNative mWifiNative;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointEventHandlerTest.java 28 import com.android.server.wifi.WifiNative;
52 @Mock WifiNative mWifiNative;
PasspointManagerTest.java 71 import com.android.server.wifi.WifiNative;
115 @Mock WifiNative mWifiNative;
141 verify(mObjectFactory).makePasspointEventHandler(any(WifiNative.class),
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 28 import com.android.server.wifi.WifiNative;
107 @Mock WifiNative mWifiNative;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 25 import com.android.server.wifi.WifiNative;
325 String resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTH;
370 resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTS;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointManager.java 49 import com.android.server.wifi.WifiNative;
207 public PasspointManager(Context context, WifiNative wifiNative, WifiKeyStore keyStore,
210 mHandler = objectFactory.makePasspointEventHandler(wifiNative,

Completed in 622 milliseconds

12