summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b69b933)
raw | patch | inline | side by side (parent: b69b933)
author | Tinku Mannan <tmannan@ti.com> | |
Fri, 7 Aug 2015 17:07:22 +0000 (13:07 -0400) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Fri, 7 Aug 2015 17:07:22 +0000 (13:07 -0400) |
ti/runtime/netapi/src/netapi_sec.c | [changed mode: 0755->0644] | patch | blob | history |
memcpy(&saInfo.dst, &sa_info->dst, sizeof( nwalIpAddr_t));
memcpy(&saInfo.src, &sa_info->src, sizeof( nwalIpAddr_t));
saInfo.proto = sa_info->proto;
- createParam.handle = handle;
+ createParam.h.handle = handle;
createParam.ipType = sa_info->ipType;
createParam.saIpSecParam.dir = sa_info->dir;
createParam.saIpSecParam.saMode = sa_info->saMode;