Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMonitor.java118 public static final int TDI_USE_SAE_PK = 1 << 1; field in WifiMonitor
124 TDI_USE_SAE_PK,
DSupplicantStaNetworkCallbackV1_4Impl.java85 frameworkBits |= WifiMonitor.TDI_USE_SAE_PK; in onTransitionDisable()
DWifiConfigManager.java3695 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java696 | WifiMonitor.TDI_USE_SAE_PK; in testBroadcastTransitionDisableEvent()
DWifiConfigManagerTest.java6684 int indication = WifiMonitor.TDI_USE_SAE_PK; in testSaeApValidationTransitionDisableIndication()
6716 WifiMonitor.TDI_USE_SAE_PK in testOpenTransitionDisableIndicationNotAffectPskSaeType()
6729 WifiMonitor.TDI_USE_SAE_PK in testNonApplicableTransitionDisableIndicationNotAffectWpa2Wpa3EnterpriseType()
6742 WifiMonitor.TDI_USE_SAE_PK in testNonApplicableTransitionDisableIndicationNotAffectOpenOweType()