Searched defs:passphrase (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/net/wifi/libwifi_system/ |
D | hostapd_manager.cpp | 53 const vector<uint8_t>& passphrase) { in GeneratePsk() 131 const vector<uint8_t> passphrase) { in CreateHostapdConfig()
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | WifiAwareNetworkSpecifier.java | 116 public final String passphrase; field in WifiAwareNetworkSpecifier 120 byte[] peerMac, byte[] pmk, String passphrase) { in WifiAwareNetworkSpecifier()
|
D | WifiAwareSession.java | 259 @NonNull String passphrase) { in createNetworkSpecifierPassphrase()
|
D | DiscoverySession.java | 341 @Nullable PeerHandle peerHandle, @NonNull String passphrase) { in createNetworkSpecifierPassphrase()
|
D | WifiAwareManager.java | 425 PeerHandle peerHandle, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier() 461 @Nullable byte[] peer, @Nullable byte[] pmk, @Nullable String passphrase) { in createNetworkSpecifier()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 607 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase, in initiateDataPath() 676 String interfaceName, byte[] pmk, String passphrase, Capabilities capabilities) { in respondToDataPathRequest()
|
D | WifiAwareStateManager.java | 471 String passphrase) { in initiateDataPathSetup() 489 byte[] pmk, String passphrase) { in respondToDataPathRequest() 1379 String passphrase = data.getString(MESSAGE_BUNDLE_KEY_PASSPHRASE); in processCommand() local 1402 String passphrase = data.getString(MESSAGE_BUNDLE_KEY_PASSPHRASE); in processCommand() local 2077 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase) { in initiateDataPathSetupLocal() 2098 int ndpId, String interfaceName, byte[] pmk, String passphrase) { in respondToDataPathRequestLocal()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pGroup.java | 231 public void setPassphrase(String passphrase) { in setPassphrase()
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 942 final String passphrase = "A really bad password"; in testNetworkSpecifierWithClient() local 1023 final String passphrase = "A really bad password"; in testNetworkSpecifierDirect() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallback.java | 262 int frequency, byte[] psk, String passphrase, byte[] goDeviceAddress, in onGroupStarted()
|