Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c475 …pMUXMsg->GetProfileSettingsReq.Length = cpu_to_le16(sizeof(QMIWDS_GET_PROFILE_SETTINGS_REQ_MSG) - … in WdsGetProfileSettingsReqSend()
476 pMUXMsg->GetProfileSettingsReq.TLVType = 0x01; in WdsGetProfileSettingsReqSend()
477 pMUXMsg->GetProfileSettingsReq.TLVLength = cpu_to_le16(0x02); in WdsGetProfileSettingsReqSend()
478 pMUXMsg->GetProfileSettingsReq.ProfileType = 0x00; // 0 ~ 3GPP, 1 ~ 3GPP2 in WdsGetProfileSettingsReqSend()
479 pMUXMsg->GetProfileSettingsReq.ProfileIndex = profile->pdp; in WdsGetProfileSettingsReqSend()
H A DMPQMUX.h3337 QMIWDS_GET_PROFILE_SETTINGS_REQ_MSG GetProfileSettingsReq; member