[Feature][T8TSK-212][Modem]Update MTK modem version to MOBILETEK35_IVT_T800_MOLY.NR15.R3.MD700.MP.V75.P6
Only Configure:No
Affected branch:T800_MD
Affected module:Modem
Is it affected on both ZXIC and MTK:only MTK
Self-test:Yes
Doc Update:No
Change-Id: Id19a67bd78c05e3f07b27b5943045cc78cb5c24d
diff --git a/mcu/interface/service/tcpip/tcpip_struct.h b/mcu/interface/service/tcpip/tcpip_struct.h
index 6d01b15..5c10bee 100755
--- a/mcu/interface/service/tcpip/tcpip_struct.h
+++ b/mcu/interface/service/tcpip/tcpip_struct.h
@@ -396,6 +396,22 @@
kal_uint32 netif_id;
} stkbrg_ra_process_ind_struct;
+typedef struct _stkbrg_dhcp_ready_ind_struct{
+ LOCAL_PARA_HDR
+ kal_uint32 netif_id;
+ kal_uint32 stk_id;
+ void *ctx;
+ kal_uint32 addr;
+ kal_uint32 interface_id;
+ kal_int32 mtu;
+} stkbrg_dhcp_ready_ind_struct;
+
+typedef struct _stkbrg_dhcp_stop_ind_struct{
+ LOCAL_PARA_HDR
+ kal_uint32 netif_id;
+ kal_uint32 stk_id;
+} stkbrg_dhcp_stop_ind_struct;
+
/*******************************************************************************/
/* Type define */
typedef d2cm_stkbrg_glbaddr_struct stkbrg_glbaddr_struct_t;