Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkCallbackHidlV1_4Impl.java80 if (0 != (indicationBits & TransitionDisableIndication.USE_WPA3_PERSONAL)) { in onTransitionDisable()
83 if (0 != (indicationBits & TransitionDisableIndication.USE_SAE_PK)) { in onTransitionDisable()
86 if (0 != (indicationBits & TransitionDisableIndication.USE_WPA3_ENTERPRISE)) { in onTransitionDisable()
89 if (0 != (indicationBits & TransitionDisableIndication.USE_ENHANCED_OPEN)) { in onTransitionDisable()
DSupplicantStaNetworkCallbackAidlImpl.java24 import android.hardware.wifi.supplicant.TransitionDisableIndication;
106 if ((indicationBits & TransitionDisableIndication.USE_WPA3_PERSONAL) != 0) { in onTransitionDisable()
109 if ((indicationBits & TransitionDisableIndication.USE_SAE_PK) != 0) { in onTransitionDisable()
112 if ((indicationBits & TransitionDisableIndication.USE_WPA3_ENTERPRISE) != 0) { in onTransitionDisable()
115 if ((indicationBits & TransitionDisableIndication.USE_ENHANCED_OPEN) != 0) { in onTransitionDisable()
DWifiMonitor.java153 @interface TransitionDisableIndication{} annotation in WifiMonitor
472 @TransitionDisableIndication int indicationBits) { in broadcastTransitionDisableEvent()
DWifiConfigManager.java4173 @WifiMonitor.TransitionDisableIndication int indicationBit) {
DClientModeImpl.java6029 @WifiMonitor.TransitionDisableIndication int indicationBit) { in isValidTransitionDisableIndicationSource()