eapol/eapol_framework/wapi_symbian/wapi_core/symbian/file_config/wapi_symbian.conf
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
child 20 8b3129ac4c0f
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
     1 #
       
     2 #  Name        : ./wlan_symbian/wlaneapol_symbian/am/wapi_core/symbian/file_config/wapi_symbian.conf
       
     3 #  Part of     : WAPI / 
       
     4 #  Description : Configuration file for WAPI.
       
     5 #  Version     : %version: 13 %
       
     6 #  
       
     7 #  Copyright © 2001-2008 Nokia. All rights reserved.
       
     8 #  This material, including documentation and any related 
       
     9 #  computer programs, is protected by copyright controlled by 
       
    10 #  Nokia. All rights are reserved. Copying, including 
       
    11 #  reproducing, storing, adapting or translating, any 
       
    12 #  or all of this material requires the prior written consent of 
       
    13 #  Nokia. This material also contains confidential 
       
    14 #  information which may not be disclosed to others without the 
       
    15 #  prior written consent of Nokia.
       
    16 #
       
    17 
       
    18 WAPI_TRACE_disable_traces = bool:false
       
    19 
       
    20 WAPI_TRACE_enable_timer_traces = bool:false
       
    21 
       
    22 WAPI_TRACE_enable_timer_queue_traces = bool:false
       
    23 
       
    24 WAPI_TRACE_output_file_name = string:e:\logs\eapol\wapi_core.txt
       
    25 
       
    26 WAPI_TRACE_max_trace_file_size = u32_t:1000000
       
    27 
       
    28 WAPI_TRACE_activate_only_trace_masks_always_and_error = bool:false
       
    29 
       
    30 WAPI_TRACE_activate_trace_on_error = bool:false
       
    31 
       
    32 WAPI_CORE_session_timeout = u32_t:60000
       
    33 
       
    34 WAPI_CORE_failure_received_timeout = u32_t:2000
       
    35 
       
    36 WAPI_CORE_remove_session_timeout = u32_t:10000
       
    37 
       
    38 WAPI_SESSION_use_reset_session = bool:false
       
    39 
       
    40 WAPI_CORE_starts_max_count = u32_t:3
       
    41 
       
    42 WAPI_CORE_send_start_interval = u32_t:2000
       
    43 
       
    44 WAPI_key_state_retransmission_counter = u32_t:3
       
    45 
       
    46 WAPI_key_state_retransmission_time = u32_t:500
       
    47 
       
    48 WAPI_key_state_handshake_timeout=u32_t:15000
       
    49 
       
    50 WAPI_max_session_validity_time = u32_t:43200
       
    51 
       
    52 #EAPOL_key_authentication_type = string:WAI_PSK
       
    53 #EAPOL_key_authentication_type = string:WAI_certificate
       
    54 
       
    55 # This is Hex-data configuration option.
       
    56 # This is the PSK used in WAPI testing.
       
    57 # The default value is empty.
       
    58 #WAPI_CORE_PSK = hex:74,65,73,74,74,65,73,74
       
    59 
       
    60 
       
    61 #-------------------------------------------------------------------------------------
       
    62 
       
    63 # This one shortens the long pathnames.
       
    64 #WAPI_CERT_DIR = string:z:\private\101F8EC5
       
    65 
       
    66 
       
    67 # This is the ASUE's ECC certificate file. It must be in DER format.
       
    68 #WAPI_ASUE_certificate_file = string:$(WAPI_CERT_DIR)\user.cer-0.der
       
    69 
       
    70 # This is the ASUE's ECC private key file. It must be in DER format.
       
    71 #WAPI_ASUE_private_key_file = string:$(WAPI_CERT_DIR)\user.cer-1.der
       
    72 
       
    73 
       
    74 # This is the AE's ECC certificate file. It must be in DER format.
       
    75 #WAPI_AE_certificate_file = string:$(WAPI_CERT_DIR)\as.cer-0.der
       
    76 
       
    77 # This is the AE's ECC private key file. It must be in DER format.
       
    78 #WAPI_AE_private_key_file = string:$(WAPI_CERT_DIR)\
       
    79 
       
    80 
       
    81 # This is the ASU's ECC certificate file. It must be in DER format.
       
    82 #WAPI_ASU_certificate_file = string:$(WAPI_CERT_DIR)\as.cer-0.der
       
    83 
       
    84 # This is the ASU's ECC private key file. It must be in DER format.
       
    85 #WAPI_ASU_private_key_file = string:$(WAPI_CERT_DIR)\
       
    86 
       
    87 #-------------------------------------------------------------------------------------
       
    88 
       
    89 
       
    90 # end