Searched refs:indicationBits (Results 1 – 3 of 3) sorted by relevance
76 public void onTransitionDisable(int indicationBits) { in onTransitionDisable() argument80 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()
102 public void onTransitionDisable(int indicationBits) { in onTransitionDisable() argument106 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()
472 @TransitionDisableIndication int indicationBits) { in broadcastTransitionDisableEvent() argument473 sendMessage(iface, TRANSITION_DISABLE_INDICATION, networkId, indicationBits); in broadcastTransitionDisableEvent()