Searched refs:pStartMsg (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.c1235 QMIWDS_START_NETWORK_INTERFACE_RESP_MSG* pStartMsg = (QMIWDS_START_NETWORK_INTERFACE_RESP_MSG*)pQmuxMsg; local
1239 if (pStartMsg->QMUXResult != QMI_RESULT_SUCCESS)
1242 lc_kdbg("QCQMI_ProcessQMUXWDSResponse:Connection Failed,QMUXError=%u.\n",pStartMsg->QMUXError);
1247 pndis_status->fConnectionError = pStartMsg->QMUXError;
1265 pndis_status->fPacketHandle = le32_to_cpu(pStartMsg->Pkt_Data_Handle);
1267 pndis_status->fPacketHandle1 = le32_to_cpu(pStartMsg->Pkt_Data_Handle);
1269 lc_kdbg("QCQMI_ProcessQMUXWDSResponse:Connection Succeeded,Pkt_Data_Handle=%u!\n", pStartMsg->Pkt_Data_Handle);

Completed in 59 milliseconds