Home | History | Annotate | Download | only in wahoo
      1 #*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
      2 #
      3 # LOWI Config file
      4 #
      5 # GENERAL DESCRIPTION
      6 #  This file contains the config params for LOWI
      7 #
      8 # Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
      9 #  All Rights Reserved.
     10 #  Qualcomm Atheros Confidential and Proprietary.
     11 #
     12 # Export of this technology or software is regulated by the U.S. Government.
     13 # Diversion contrary to U.S. law prohibited.
     14 #=============================================================================*/
     15 
     16 # X86 ONLY - UBUNTU:
     17 # Copy this file in the same directory where the executable is
     18 
     19 # The RSSI threshold used in the RTT outlier detection in half decibels. Default value recommended by the
     20 # system team currently is -140 (corresponding to -70 dB).
     21 LOWI_RSSI_THRESHOLD_FOR_RTT = -140
     22 
     23 # Number of measurment per AP for RTS/CTS
     24 LOWI_RTS_CTS_NUM_MEAS = 5
     25 
     26 # Maximum Number of Outstanding Requests supported
     27 LOWI_MAX_OUTSTANDING_REQUEST = 255
     28 
     29 # Maximum number of records in Cache
     30 LOWI_MAX_NUM_CACHE_RECORDS = 200
     31 
     32 # Default threshold before issuing another fresh scan (ms)
     33 LOWI_FRESH_SCAN_THRESHOLD = 500
     34 
     35 # Timeout in case no result is reported by the driver (seconds)
     36 LOWI_NO_RESULT_WAIT_TOLERANCE = 10
     37 
     38 # Use Fake Wifi driver. Only valid for engineering builds
     39 LOWI_USE_FAKE_WIFI_DRIVER = 0
     40 
     41 # Use ROME Wifi driver. Only valid for engineering builds
     42 # Will be removed later only for development support
     43 LOWI_USE_ROME_WIFI_DRIVER = 0
     44 
     45 # Use LOWI LP.
     46 # When enabled the Discovery Request will be routed to LOWI-LP
     47 LOWI_USE_LOWI_LP = 1
     48 
     49 # Log level
     50 # EL_LOG_OFF = 0, EL_ERROR = 1, EL_WARNING = 2, EL_INFO = 3, EL_DEBUG = 4, EL_VERBOSE = 5, EL_LOG_ALL = 100
     51 LOWI_LOG_LEVEL = 2
     52