summaryrefslogtreecommitdiffstats
path: root/include/cne/cne.h
diff options
context:
space:
mode:
authorNiranjan Pendharkar <npendhar@codeaurora.org>2011-03-07 12:04:12 -0800
committerNiranjan Pendharkar <npendhar@codeaurora.org>2011-03-07 12:04:12 -0800
commit51261d1cea556cec520397faa010dd9a141b6243 (patch)
tree4ed4fe8f575b0825d21bdf574d391b1a26de7df5 /include/cne/cne.h
parent38af2cb01b5928ad0cb3a5ed6ab8b694172d6f2e (diff)
downloadandroid_external_connectivity-51261d1cea556cec520397faa010dd9a141b6243.tar.gz
android_external_connectivity-51261d1cea556cec520397faa010dd9a141b6243.tar.bz2
android_external_connectivity-51261d1cea556cec520397faa010dd9a141b6243.zip
CND: handle iface name as part of network info
Interface change in cne.h to handle iface name as part of wwan & wlan info struct Change-Id: I28e6d6f97f678900129b0d8a0de749f3879858ea CRs-fixed: 277881
Diffstat (limited to 'include/cne/cne.h')
-rw-r--r--[-rwxr-xr-x]include/cne/cne.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cne/cne.h b/include/cne/cne.h
index e58e745..fcca77c 100755..100644
--- a/include/cne/cne.h
+++ b/include/cne/cne.h
@@ -547,6 +547,7 @@ typedef struct {
int32_t rssi;
char *ssid;
char *ipAddr;
+ char *iface;
char *timeStamp;
} CneWlanInfoType;
@@ -556,6 +557,7 @@ typedef struct {
int32_t rssi;
int32_t roaming;
char *ipAddr;
+ char *iface;
char *timeStamp;
} CneWwanInfoType;