wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanconversionutil.cpp
branchRCL_3
changeset 5 51a71243e562
parent 3 6524e815f76f
child 6 e0f767079796
equal deleted inserted replaced
3:6524e815f76f 5:51a71243e562
    14 * Description:  Handles type conversion between adaptation and core layers
    14 * Description:  Handles type conversion between adaptation and core layers
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 83 %
    19 * %version: 84 %
    20 */
    20 */
    21 
    21 
    22 #include <in_sock.h>
    22 #include <in_sock.h>
    23 #include <e32math.h>
    23 #include <e32math.h>
    24 
    24 
   282             return EWlmNotifyAccessPointInfoChanged;
   282             return EWlmNotifyAccessPointInfoChanged;
   283         case core_notification_rcpi_roam_attempt_started:
   283         case core_notification_rcpi_roam_attempt_started:
   284             return EWlmNotifyRcpiRoamAttemptStarted;
   284             return EWlmNotifyRcpiRoamAttemptStarted;
   285         case core_notification_rcpi_roam_attempt_completed:
   285         case core_notification_rcpi_roam_attempt_completed:
   286             return EWlmNotifyRcpiRoamAttemptCompleted;
   286             return EWlmNotifyRcpiRoamAttemptCompleted;
   287         case core_notification_broken_power_save_test_failed:
       
   288             return EWlmNotifyBrokenPowerSaveTestFailed;
       
   289         case core_notification_ac_traffic_mode_changed:
   287         case core_notification_ac_traffic_mode_changed:
   290             return EWlmNotifyAcTrafficModeChanged;
   288             return EWlmNotifyAcTrafficModeChanged;
   291         case core_notification_ac_traffic_status_changed:
   289         case core_notification_ac_traffic_status_changed:
   292             return EWlmNotifyAcTrafficStatusChanged;
   290             return EWlmNotifyAcTrafficStatusChanged;
   293         default: // this should never happen
   291         default: // this should never happen