Searched refs:qmuxMsg (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.c417 QCQMUX_MSG_HDR* qmuxMsg = NULL; local
449 qmuxMsg = (QCQMUX_MSG_HDR*)&(pQCQMUX->Message);
450 qmuxMsg->Type = cpu_to_le16(QMI_WDS_MODIFY_PROFILE_SETTINGS_REQ);
452 pMsg = (UInt8 *)&(qmuxMsg->Length);
454 pMsg += sizeof(qmuxMsg->Length);
613 qmuxMsg->Length = cpu_to_le16((UInt8 *)pMsg - (UInt8 *)&(qmuxMsg->Length) - sizeof(UInt16));
653 QCQMUX_MSG_HDR* qmuxMsg = NULL; local
684 qmuxMsg = (QCQMUX_MSG_HDR*)&(pQCQMUX->Message);
685 qmuxMsg
[all...]

Completed in 15 milliseconds