Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DWifiAwareNetworkSpecifier.java117 public final byte[] pmk; field in WifiAwareNetworkSpecifier
156 byte[] peerMac, byte[] pmk, String passphrase, int port, int transportProtocol) { in WifiAwareNetworkSpecifier()
376 public @NonNull Builder setPmk(@NonNull byte[] pmk) { in setPmk()
DWifiAwareUtils.java82 public static boolean validatePmk(byte[] pmk) { in validatePmk()
DWifiAwareSession.java350 @WifiAwareManager.DataPathRole int role, @NonNull byte[] peer, @NonNull byte[] pmk) { in createNetworkSpecifierPmk()
DDiscoverySession.java409 @NonNull byte[] pmk) { in createNetworkSpecifierPmk()
DWifiAwareManager.java516 @NonNull PeerHandle peerHandle, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier()
559 @NonNull byte[] peer, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier()
/packages/modules/Wifi/service/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.java1786 PeerHandle peerHandle, byte[] pmk, String passphrase, boolean doPublish, int requestId) in getSessionNetworkRequest()
1793 PeerHandle peerHandle, byte[] pmk, String passphrase, boolean doPublish, int requestId, in getSessionNetworkRequestMore()
1879 byte[] pmk, String passphrase, int requestId) throws Exception { in getDirectNetworkRequest()
1884 byte[] pmk, String passphrase, int requestId, int port, int transportProtocol) in getDirectNetworkRequestMore()
2047 PeerHandle peerHandle, byte[] pmk, String passphrase, int port, int transportProtocol) { in createNetworkSpecifier()
2066 private NetworkSpecifier createNetworkSpecifier(int clientId, int role, byte[] peer, byte[] pmk, in createNetworkSpecifier()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java1037 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath()
1120 String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequest()
DWifiAwareDataPathStateManager.java1570 CanonicalConnectionInfo(byte[] peerDiscoveryMac, byte[] pmk, int sessionId, in CanonicalConnectionInfo()
1586 public final byte[] pmk; field in WifiAwareDataPathStateManager.CanonicalConnectionInfo
DWifiAwareStateManager.java930 int channelRequestType, int channel, byte[] peer, String interfaceName, byte[] pmk, in initiateDataPathSetup()
951 byte[] pmk, String passphrase, byte[] appInfo, boolean isOutOfBand) { in respondToDataPathRequest()
2712 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPathSetupLocal()
2736 int ndpId, String interfaceName, byte[] pmk, String passphrase, byte[] appInfo, in respondToDataPathRequestLocal()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java1286 private void executeNetworkSpecifierWithClient(PeerHandle peerHandle, boolean doPmk, byte[] pmk, in executeNetworkSpecifierWithClient()
1525 private void executeNetworkSpecifierDirect(byte[] someMac, boolean doPmk, byte[] pmk, in executeNetworkSpecifierDirect()