Home
last modified time | relevance | path

Searched defs:pmk (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DWifiAwareNetworkSpecifier.java111 public final byte[] pmk; field in WifiAwareNetworkSpecifier
159 byte[] peerMac, byte[] pmk, String passphrase, int port, int transportProtocol, in WifiAwareNetworkSpecifier()
356 public @NonNull Builder setPmk(@NonNull byte[] pmk) { in setPmk()
DWifiAwareUtils.java82 public static boolean validatePmk(byte[] pmk) { in validatePmk()
DWifiAwareSession.java327 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer, @NonNull byte[] pmk) { in createNetworkSpecifierPmk()
DDiscoverySession.java408 @NonNull byte[] pmk) { in createNetworkSpecifierPmk()
DWifiAwareManager.java399 @NonNull PeerHandle peerHandle, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier()
443 @NonNull byte[] peer, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java105 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath()
112 String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequest()
DWifiAwareDataPathStateManagerTest.java1583 PeerHandle peerHandle, byte[] pmk, String passphrase, boolean doPublish, int requestId) in getSessionNetworkRequest()
1590 PeerHandle peerHandle, byte[] pmk, String passphrase, boolean doPublish, int requestId, in getSessionNetworkRequestMore()
1674 byte[] pmk, String passphrase, int requestId) throws Exception { in getDirectNetworkRequest()
1679 byte[] pmk, String passphrase, int requestId, int port, int transportProtocol) in getDirectNetworkRequestMore()
1841 PeerHandle peerHandle, byte[] pmk, String passphrase, int port, int transportProtocol) { in createNetworkSpecifier()
1861 private NetworkSpecifier createNetworkSpecifier(int clientId, int role, byte[] peer, byte[] pmk, in createNetworkSpecifier()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java896 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath()
979 String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequest()
DWifiAwareDataPathStateManager.java1429 CanonicalConnectionInfo(byte[] peerDiscoveryMac, byte[] pmk, int sessionId, in CanonicalConnectionInfo()
1445 public final byte[] pmk; field in WifiAwareDataPathStateManager.CanonicalConnectionInfo
DWifiAwareStateManager.java783 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, in initiateDataPathSetup()
804 byte[] pmk, String passphrase, byte[] appInfo, boolean isOutOfBand) { in respondToDataPathRequest()
2483 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPathSetupLocal()
2507 int ndpId, String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequestLocal()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java1221 private void executeNetworkSpecifierWithClient(PeerHandle peerHandle, boolean doPmk, byte[] pmk, in executeNetworkSpecifierWithClient()
1460 private void executeNetworkSpecifierDirect(byte[] someMac, boolean doPmk, byte[] pmk, in executeNetworkSpecifierDirect()