Searched refs:pStopMsg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_oper.c835 QMIWDS_STOP_NETWORK_INTERFACE_REQ_MSG* pStopMsg = NULL; local
862 pStopMsg = (QMIWDS_STOP_NETWORK_INTERFACE_REQ_MSG*)&(pQCQMUX->Message);
863 pStopMsg->Type = QMIWDS_STOP_NETWORK_INTERFACE_REQ;
864 pStopMsg->Length = sizeof(QMIWDS_STOP_NETWORK_INTERFACE_REQ_MSG) - sizeof(QCQMUX_MSG_HDR);
865 pStopMsg->TLVType = QCTLV_TYPE_REQUIRED_PARAMETER;
866 pStopMsg->TLVLength = 0x04;
868 pStopMsg->Packet_Handle = cpu_to_le32(pndis_status->fPacketHandle);
870 pStopMsg->Packet_Handle = cpu_to_le32(pndis_status->fPacketHandle1);

Completed in 58 milliseconds