eapol/eapol_framework/eapol_symbian/am/include/EapolUID.h
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  EAP and WLAN authentication protocols.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef _EAPOLUID_H_
       
    21 #define _EAPOLUID_H_
       
    22 
       
    23 #define PLUGIN_INTERFACE_UID 0x101f8e4a
       
    24 
       
    25 // EAPOL
       
    26 #define EAPOL_DLL_UID 0x101f8e48
       
    27 #define EAPOL_NOTIFIERS_DLL_UID 0x101f8e79
       
    28 #define EAPOL_PROGRESS_NOTIFIER_UID 0x101f8e7a
       
    29 
       
    30 // EAP-SIM
       
    31 #define EAP_SIM_DLL_UID 0x101f8e49
       
    32 #define EAP_SIM_IMPLEMENTATION_UID 0x101f8e4b
       
    33 
       
    34 // EAP-TLS/PEAP
       
    35 #define EAP_TLS_PEAP_DLL_UID 0x101f8e4c
       
    36 #define EAP_TLS_IMPLEMENTATION_UID 0x101f8e4d
       
    37 #define EAP_PEAP_IMPLEMENTATION_UID 0x101f8e4e
       
    38 #define EAP_TTLS_IMPLEMENTATION_UID 0x101f8e4f
       
    39 #define EAP_TLS_PEAP_NOTIFIERS_DLL_UID 0x101f8e7d
       
    40 #define EAP_TLS_PEAP_SELECTION_NOTIFIERS_UID 0x101f8e7e
       
    41 #define EAP_TLS_PEAP_IDENTITY_NOTIFIERS_UID 0x101f8ecf
       
    42 #define EAP_FAST_IMPLEMENTATION_UID 0x2000BF12 // EAP-FAST
       
    43 
       
    44 // TTLS-PAP
       
    45 #define TTLS_PAP_IMPLEMENTATION_UID 0x2001B2F2
       
    46 
       
    47 // EAP-MSCHAPv2
       
    48 #define EAP_MSCHAPV2_DLL_UID 0x101f8e66
       
    49 #define EAP_MSCHAPV2_IMPLEMENTATION_UID 0x101f8e67
       
    50 #define MSCHAPV2_IMPLEMENTATION_UID 0x101f8e7b
       
    51 #define EAP_MSCHAPV2_NOTIFIERS_DLL_UID 0x101f8e68
       
    52 #define EAP_MSCHAPV2_USERNAME_PASSWORD_NOTIFIER_UID 0x101f8e69
       
    53 #define EAP_MSCHAPV2_CHANGE_PASSWORD_NOTIFIER_UID 0x101f8e6a
       
    54 
       
    55 // EAP-SecurID
       
    56 #define EAP_SECURID_NOTIFIERS_DLL_UID 0x101f8e6c
       
    57 #define EAP_SECURID_DLL_UID 0x101f8e74
       
    58 #define EAP_SECURID_IMPLEMENTATION_UID 0x101f8e75
       
    59 #define EAP_SECURID_IDENTITY_NOTIFIER_UID 0x101f8e76
       
    60 #define EAP_SECURID_PASSCODE_NOTIFIER_UID 0x101f8e77
       
    61 #define EAP_SECURID_PINCODE_NOTIFIER_UID 0x101f8e78
       
    62 
       
    63 // EAP-GTC (implemented in EAP-SecurID)
       
    64 #define EAP_GTC_IMPLEMENTATION_UID 0x101f8e80
       
    65 #define EAP_GTC_IDENTITY_NOTIFIER_UID 0x101f8e7c
       
    66 #define EAP_GTC_USER_INPUT_NOTIFIER_UID 0x101f8e7f
       
    67 
       
    68 // EAP-LEAP
       
    69 #define EAP_LEAP_DLL_UID 0x101f8ea6
       
    70 #define EAP_LEAP_IMPLEMENTATION_UID 0x101f8ea7
       
    71 #define EAP_LEAP_NOTIFIERS_DLL_UID 0x101f8ea8
       
    72 #define EAP_LEAP_USERNAME_PASSWORD_NOTIFIER_UID 0x101f8ea9
       
    73 
       
    74 // EAP-AKA
       
    75 #define EAP_AKA_DLL_UID 0x102073c1
       
    76 #define EAP_AKA_IMPLEMENTATION_UID 0x102073c2
       
    77 
       
    78 // EAP-WSC Protected Setup
       
    79 #define EAP_PROTECTED_SETUP_DLL_UID 0x2000b003
       
    80 #define EAP_PROTECTED_SETUP_IMPLEMENTATION_UID 0x2000b004	 
       
    81 
       
    82 
       
    83 // FREE UIDS
       
    84 
       
    85 
       
    86 #endif // _EAPOLUID_H_