Home
last modified time | relevance | path

Searched refs:enablePairingCache (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiNanIface.java240 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
258 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiateNanPairingRequest() argument
DWifiNanIfaceAidlImpl.java458 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
462 pairingId, accept, pairingIdentityKey, enablePairingCache, requestType, pmk, in respondToPairingRequest()
480 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiateNanPairingRequest() argument
484 pairingIdentityKey, enablePairingCache, requestType, pmk, password, akm, in initiateNanPairingRequest()
982 config.enablePairingCache = pairingConfig.isPairingCacheEnabled(); in createAidlPairingConfig()
1050 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in createNanPairingRequest() argument
1056 request.enablePairingCache = enablePairingCache; in createNanPairingRequest()
1082 boolean enablePairingCache, int requestType, byte[] pmk, String password, int akm, in createRespondToPairingIndicationRequest() argument
1088 request.enablePairingCache = enablePairingCache; in createRespondToPairingIndicationRequest()
DWifiNanIface.java490 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiatePairing() argument
494 pairingIdentityKey, enablePairingCache, requestType, pmk, password, akm, in initiatePairing()
510 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
514 pairingIdentityKey, enablePairingCache, requestType, pmk, password, akm, in respondToPairingRequest()
DWifiNanIfaceCallbackAidlImpl.java476 nativePairingConfig.enablePairingCache, in createPublicPairingConfig()
644 event.enablePairingCache, event.peerNira.nonce, event.peerNira.tag); in eventPairingRequest()
662 pairingRequestTypeFromAidl(event.requestType), event.enablePairingCache, in eventPairingConfirm()
DWifiNanIfaceHidlImpl.java243 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
250 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiateNanPairingRequest() argument
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java725 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiatePairing() argument
729 + ", requestType=" + requestType + ", enablePairingCache=" + enablePairingCache in initiatePairing()
743 enablePairingCache, requestType, pmk, password, akm, cipherSuite); in initiatePairing()
765 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
777 + enablePairingCache in respondToPairingRequest()
789 enablePairingCache, requestType, pmk, password, akm, cipherSuite); in respondToPairingRequest()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DTestUtils.java129 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in respondToPairingRequest() argument
136 byte[] pairingIdentityKey, boolean enablePairingCache, int requestType, byte[] pmk, in initiatePairing() argument
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceAidlImplTest.java527 assertTrue(request.enablePairingCache); in testRespondToPairingRequest()
551 assertTrue(request.enablePairingCache); in testInitiateNanPairingRequest()