Searched refs:EAP_NOTIFICATION (Results 1 – 10 of 10) sorted by relevance
59 EAP_NOTIFICATION,72 public static final int EAP_NOTIFICATION = 2; field in EapData79 EAP_TYPE_STRING.put(EAP_NOTIFICATION, "Notification"); in EAP_TYPE_STRING.put() argument91 SUPPORTED_TYPES.add(EAP_NOTIFICATION);105 public static final EapData NOTIFICATION_DATA = new EapData(EAP_NOTIFICATION, new byte[0]);
28 import static com.android.internal.net.eap.message.EapData.EAP_NOTIFICATION;202 case EAP_NOTIFICATION: in process()233 case EAP_NOTIFICATION: in process()289 } else if (eapMessage.eapData.eapType == EAP_NOTIFICATION) { in process()
20 import static com.android.internal.net.eap.message.EapData.EAP_NOTIFICATION;97 } else if (message.eapData.eapType == EAP_NOTIFICATION) { in handleEapSuccessFailureNotification()
27 import static com.android.internal.net.eap.message.EapData.EAP_NOTIFICATION;820 if (message.eapData.eapType == EAP_NOTIFICATION) { in handleEapSuccessFailureNotification()
22 import static com.android.internal.net.eap.message.EapData.EAP_NOTIFICATION;438 if (eapType == EAP_NOTIFICATION) { in process()
20 import static com.android.internal.net.eap.test.message.EapData.EAP_NOTIFICATION;90 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testHandleEapNotification()
21 import static com.android.internal.net.eap.test.message.EapData.EAP_NOTIFICATION;57 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
23 import static com.android.internal.net.eap.test.message.EapData.EAP_NOTIFICATION;99 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
23 import static com.android.internal.net.eap.test.message.EapData.EAP_NOTIFICATION;98 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testProcessNotification()
25 import static com.android.internal.net.eap.test.message.EapData.EAP_NOTIFICATION;154 EapData eapData = new EapData(EAP_NOTIFICATION, NOTIFICATION_MESSAGE.getBytes()); in testHandleEapNotification()