dbcreator/commsdatcreator/Src/cdcwlandevicesettings.cpp
changeset 18 fcbbe021d614
parent 0 5a93021fdf25
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
    30 #include <wlancontainer.h>
    30 #include <wlancontainer.h>
    31 
    31 
    32 
    32 
    33 // CONSTANTS
    33 // CONSTANTS
    34 // WLAN Device Settings table - default settings
    34 // WLAN Device Settings table - default settings
    35 const TUint32 KDefaultBGScanInterval    = 0;   // No background scan
    35 const TUint32 KDefaultBGScanInterval    = 0xFFFFFFFF;   // Automatic scan
    36 const TBool   KDefaultUseDefSettings    = ETrue;        
    36 const TBool   KDefaultUseDefSettings    = ETrue;
    37 const TUint32 KDefaultLongRetry         = 4;
    37 const TUint32 KDefaultLongRetry         = 4;
    38 const TUint32 KDefaultShortRetry        = 7;
    38 const TUint32 KDefaultShortRetry        = 7;
    39 const TUint32 KDefaultRTS               = 2347;
    39 const TUint32 KDefaultRTS               = 2347;
    40 const TUint32 KDefaultTxPowerLevel      = 100;  //mW
    40 const TUint32 KDefaultTxPowerLevel      = 100;  //mW
    41 const TBool   KDefaultRadioMeasurements = ETrue;  
    41 const TBool   KDefaultRadioMeasurements = ETrue;