Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc6f7af9 authored by Hai Shalom's avatar Hai Shalom
Browse files

[WPA3] Make WPA3/OWE capability query API public 2/2

Remove owe and wpa3 methods from system-current.txt, since these methods
are now public.

Bug: 112195778
Test: No code changes
Change-Id: I76907a783f946640e0191823c52b17826d751603
parent 67e43033
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3644,12 +3644,9 @@ package android.net.wifi {
    method public int getWifiApState();
    method public boolean isDeviceToApRttSupported();
    method public boolean isDeviceToDeviceRttSupported();
    method public boolean isOweSupported();
    method public boolean isPortableHotspotSupported();
    method public boolean isWifiApEnabled();
    method public boolean isWifiScannerSupported();
    method public boolean isWpa3SaeSupported();
    method public boolean isWpa3SuiteBSupported();
    method public void registerNetworkRequestMatchCallback(android.net.wifi.WifiManager.NetworkRequestMatchCallback, android.os.Handler);
    method public boolean setWifiApConfiguration(android.net.wifi.WifiConfiguration);
    method public boolean startScan(android.os.WorkSource);