Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkCallbackHidlV1_4Impl.java84 frameworkBits |= WifiMonitor.TDI_USE_SAE_PK; in onTransitionDisable()
DWifiMonitor.java142 public static final int TDI_USE_SAE_PK = 1 << 1; field in WifiMonitor
148 TDI_USE_SAE_PK,
DSupplicantStaNetworkCallbackAidlImpl.java110 frameworkBits |= WifiMonitor.TDI_USE_SAE_PK; in onTransitionDisable()
DWifiConfigManager.java4188 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) {
DClientModeImpl.java6039 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) { in isValidTransitionDisableIndicationSource()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java742 | WifiMonitor.TDI_USE_SAE_PK; in testBroadcastTransitionDisableEvent()
DWifiConfigManagerTest.java7316 int indication = WifiMonitor.TDI_USE_SAE_PK; in testSaeApValidationTransitionDisableIndication()
7348 WifiMonitor.TDI_USE_SAE_PK in testOpenTransitionDisableIndicationNotAffectPskSaeType()
7361 WifiMonitor.TDI_USE_SAE_PK in testNonApplicableTransitionDisableIndicationNotAffectWpa2Wpa3EnterpriseType()
7374 WifiMonitor.TDI_USE_SAE_PK in testNonApplicableTransitionDisableIndicationNotAffectOpenOweType()
DClientModeImplTest.java8485 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromPskSaeBss()
8496 int indication = WifiMonitor.TDI_USE_SAE_PK; in testUpdateSaePkTransitionDisableIndicationFromSaeBss()
8507 int indication = WifiMonitor.TDI_USE_SAE_PK; in testDropSaePkTransitionDisableIndicationFromPskBss()