dbcreator/commsdatcreator/Src/cdcwlandevicesettings.cpp
branchRCL_3
changeset 13 68f0c7cd80ec
parent 12 ea6e024ea6f9
equal deleted inserted replaced
12:ea6e024ea6f9 13:68f0c7cd80ec
    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    = -1;   // Automatic scan
    35 const TUint32 KDefaultBGScanInterval    = 0xFFFFFFFF;   // Automatic scan
    36 const TBool   KDefaultUseDefSettings    = EFalse;
    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;