Home
last modified time | relevance | path

Searched refs:StopNwInterfaceReq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c266 pMUXMsg->StopNwInterfaceReq.TLVType = 0x01; in WdsStopNwInterfaceReq()
267 pMUXMsg->StopNwInterfaceReq.TLVLength = cpu_to_le16(0x04); in WdsStopNwInterfaceReq()
269 pMUXMsg->StopNwInterfaceReq.Handle = cpu_to_le32(WdsConnectionIPv4Handle); in WdsStopNwInterfaceReq()
271 pMUXMsg->StopNwInterfaceReq.Handle = cpu_to_le32(WdsConnectionIPv6Handle); in WdsStopNwInterfaceReq()
H A DMPQMUX.h3331 QMIWDS_STOP_NETWORK_INTERFACE_REQ_MSG StopNwInterfaceReq; member