Home
last modified time | relevance | path

Searched refs:indicationBit (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java4173 @WifiMonitor.TransitionDisableIndication int indicationBit) {
4175 + " indication: " + indicationBit);
4183 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_PERSONAL)
4188 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) {
4192 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_ENTERPRISE)
4197 if (0 != (indicationBit & WifiMonitor.TDI_USE_ENHANCED_OPEN)
DClientModeImpl.java6029 @WifiMonitor.TransitionDisableIndication int indicationBit) { in isValidTransitionDisableIndicationSource() argument
6034 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_PERSONAL)) { in isValidTransitionDisableIndicationSource()
6039 if (0 != (indicationBit & WifiMonitor.TDI_USE_SAE_PK)) { in isValidTransitionDisableIndicationSource()
6044 if (0 != (indicationBit & WifiMonitor.TDI_USE_WPA3_ENTERPRISE)) { in isValidTransitionDisableIndicationSource()
6049 if (0 != (indicationBit & WifiMonitor.TDI_USE_ENHANCED_OPEN)) { in isValidTransitionDisableIndicationSource()