Searched refs:TransitionDisableIndication (Results 1 – 5 of 5) sorted by relevance
80 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()
24 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()
153 @interface TransitionDisableIndication{} annotation in WifiMonitor472 @TransitionDisableIndication int indicationBits) { in broadcastTransitionDisableEvent()
4173 @WifiMonitor.TransitionDisableIndication int indicationBit) {
6029 @WifiMonitor.TransitionDisableIndication int indicationBit) { in isValidTransitionDisableIndicationSource()