wlan_bearer/wlanldd/wlan_common/umac_common/inc/umac_types.h
branchRCL_3
changeset 34 13838cf40350
parent 10 0abc8c98be24
equal deleted inserted replaced
21:af3fb27c7511 34:13838cf40350
    14 * Description:   UMAC type definitions. 
    14 * Description:   UMAC type definitions. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 29 %
    19 * %version: 30 %
    20 */
    20 */
    21 
    21 
    22 #ifndef UMACTYPES_H
    22 #ifndef UMACTYPES_H
    23 #define UMACTYPES_H
    23 #define UMACTYPES_H
    24 
    24 
    54     EVoiceCallOn,
    54     EVoiceCallOn,
    55     EVoiceCallOff,
    55     EVoiceCallOff,
    56     EPsModeError
    56     EPsModeError
    57     } TIndication;
    57     } TIndication;
    58 
    58 
    59 
    59 /** Connect failed because of unsupported network configuration */
       
    60 const TInt KWlanErrUnsupportedNwConf = -333001;
       
    61     
    60 /**
    62 /**
    61 * Maximum length of an SSID in BYTES
    63 * Maximum length of an SSID in BYTES
    62 */
    64 */
    63 const TUint8 KMaxSSIDLength = 32;
    65 const TUint8 KMaxSSIDLength = 32;
    64 
    66