summaryrefslogtreecommitdiffstats
path: root/cnd/inc/cnd_unsol_messages.h
diff options
context:
space:
mode:
authorChinh Tran <chinht@codeaurora.org>2010-09-01 18:11:05 -0700
committerLinux Build Service Account <lnxbuild@qualcomm.com>2010-09-14 00:04:46 -0600
commit74ba18baa02f9b02d2ffc07f6f05cbba8f9c9598 (patch)
tree3b2e7d82220678bcb9a446043295cc3d78200dd0 /cnd/inc/cnd_unsol_messages.h
parentc0dec5a4d77520b907949d5bdd1b8df41bcd77dd (diff)
downloadandroid_external_connectivity-74ba18baa02f9b02d2ffc07f6f05cbba8f9c9598.tar.gz
android_external_connectivity-74ba18baa02f9b02d2ffc07f6f05cbba8f9c9598.tar.bz2
android_external_connectivity-74ba18baa02f9b02d2ffc07f6f05cbba8f9c9598.zip
CNE: Add changes to support FMC
Handles the commands to start, stop FMC, to report the destination IP address, and to set the destination routing table entry. Change-Id: I12c72c8480ac470ee2269ca0063b2d8d7c8e767c
Diffstat (limited to 'cnd/inc/cnd_unsol_messages.h')
-rw-r--r--cnd/inc/cnd_unsol_messages.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cnd/inc/cnd_unsol_messages.h b/cnd/inc/cnd_unsol_messages.h
index c276067..4d809f2 100644
--- a/cnd/inc/cnd_unsol_messages.h
+++ b/cnd/inc/cnd_unsol_messages.h
@@ -25,5 +25,6 @@
{CNE_NOTIFY_MORE_PREFERED_RAT_AVAIL_MSG, evtMorePrefNw},
{CNE_NOTIFY_RAT_LOST_MSG, responseInts},
{CNE_REQUEST_START_SCAN_WLAN_MSG, responseVoid},
- {CNE_NOTIFY_INFLIGHT_STATUS_MSG, responseInts}
-
+ {CNE_NOTIFY_INFLIGHT_STATUS_MSG, responseInts},
+ {CNE_NOTIFY_FMC_STATUS_MSG, responseInts},
+ {CNE_NOTIFY_HOST_ROUTING_IP_MSG, responseString}