eapol/eapol_framework/eapol_symbian/am/include/EapolDbParameterNames.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 #if !defined(_EAPOLDBPARAMETERNAMES_H_)
       
    21 #define _EAPOLDBPARAMETERNAMES_H_
       
    22 
       
    23 #include "eap_config.h"
       
    24 
       
    25 // LOCAL CONSTANTS
       
    26 _LIT(KEapolTableName, "eapol");
       
    27 _LIT(KEapolPSKTableName, "psk");
       
    28 _LIT(KServiceType, "service_type");
       
    29 _LIT(KServiceIndex, "service_index");
       
    30 _LIT(KSSID, "SSID");
       
    31 _LIT(KPassword, "Password");
       
    32 _LIT(KPSK, "PSK");
       
    33 
       
    34 #endif // _EAPOLDBPARAMETERNAMES_H_
       
    35 
       
    36 // End of file