Searched refs:GetProfileSettingsReq (Results 1 – 2 of 2) sorted by relevance
475 …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()
3337 QMIWDS_GET_PROFILE_SETTINGS_REQ_MSG GetProfileSettingsReq; member