|
Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
Files | |
| file | qaGobiApiTableCallEndReasons.h |
| Wireless Data Service Call End Reasons. | |
| file | qaGobiApiTableCarrierCodes.h |
| Carrier Codes table. | |
| file | qaGobiApiTableRegionCodes.h |
| Region Codes table. | |
| file | qaGobiApiWds.h |
| Wireless Data Service API function prototypes. | |
| file | wds.h |
Typedefs | |
| typedef struct dataBearerTechnology | QmiWDSDataBearerTechnology |
| typedef struct dataBearers | QmiWDSDataBearers |
| typedef union WdsProfileParam | QmiProfileInfo |
| typedef struct _slqs3GPPConfigItem | slqs3GPPConfigItem |
| typedef struct _GetProfileSettingIn | GetProfileSettingIn |
| typedef struct _GetProfileSettingOut | GetProfileSettingOut |
| typedef union unpackWdsProfileParam | UnpackQmiProfileInfo |
| typedef struct _GetProfileSettingIn GetProfileSettingIn |
This structure contains the input parameters for SLQSGetProfileSettings
| ProfileType |
|
| ProfileID |
|
| typedef struct _GetProfileSettingOut GetProfileSettingOut |
This structure contains the profile settings retrieved by the API SLQSGetProfileSettings
| curProfile |
|
| pExtErrCode |
|
| typedef union WdsProfileParam QmiProfileInfo |
This union WdsProfileParam consist of Profile3GPP and Profile3GPP2 out of which one will be used to create profile.
| SlqsProfile3GPP |
|
| SlqsProfile3GPP2 |
|
| typedef struct dataBearers QmiWDSDataBearers |
Structure to hold the data bearer technology values
| dataBearerMask[OUT] |
|
| pCurDataBearerTechnology[OUT] |
|
| pLastCallDataBearerTechnology[OUT] |
|
| typedef struct dataBearerTechnology QmiWDSDataBearerTechnology |
Structure to hold the current data bearer technology values
| pCurrentNetwork[OUT] |
|
| pRatMask[OUT] |
|
| pSoMask[OUT] |
|
| typedef struct _slqs3GPPConfigItem slqs3GPPConfigItem |
This structure contains the 3gpp Configuration Item information.
| pLTEAttachProfile |
|
| pProfileList |
|
| pDefaultPDNEnabled |
|
| p3gppRelease |
|
| pLTEAttachProfileList |
|
| LTEAttachProfileListLen |
|
| typedef union unpackWdsProfileParam UnpackQmiProfileInfo |
This union WdsProfileParam consists of Profile3GPP and Profile3GPP2 out of which one will be used to create profile.
| SlqsProfile3GPP | 3GPP profile |
| SlqsProfile3GPP2 | 3GPP2 profile |
Bit mask values to indicate the presence of data bearer information for the current and last data calls
WDS DS profile extented error codes
| enum qmiDataBearerMasks |
Bit mask values to indicate the presence of data bearer information for the current and last data calls
| int pack_wds_DeleteAllProfiles | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| uint64_t | ProfileTypeMask, | ||
| uint64_t * | pProfilePersistenceMask, | ||
| uint64_t * | pProfileClientTypeMask | ||
| ) |
Delete All Profiles pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | ProfileTypeMask | Profile Type Mask.
|
| [in] | pProfilePersistenceMask | [optional] Profile Persistence Mask.
|
| [in] | pProfileClientTypeMask | [optional] Profile Client Type Mask
|
| int pack_wds_GetApnMsisdnInfo | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetApnMsisdnInfo_t * | reqArg | ||
| ) |
get runtime settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_GetApnOpReservedPcoList | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetApnOpReservedPcoList_t * | pReqParam | ||
| ) |
get runtime settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_GetAutoconnect | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Gets auto connect data session setting pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetByteTotals | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get Rx/Tx byte counts since the start of the last packet data session pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetConnectionRate | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get connection rate pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetDataBearerTechnology | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get current data bearer technology pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetDataBearerTechnologyExt | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get current data bearer technology ext pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetDefaultProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetDefaultProfile_t * | reqParam | ||
| ) |
get default profile pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetDefaultProfileNum | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetDefaultProfileNum_t * | pReqParam | ||
| ) |
get default profile number pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_GetDefaultSettings | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetDefaultSettings_t * | reqParam | ||
| ) |
get default profile pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetDormancyState | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetDormancyState_t * | reqParam | ||
| ) |
get dormancy state pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetEhrpdFallbackApnList | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get default profile number pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetLastMobileIPError | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetLastMobileIPError_t * | pReqParam | ||
| ) |
get current data system pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_GetMobileIP | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetMobileIP_t * | pReqParam | ||
| ) |
get mobile ip mode pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_GetMobileIPProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetMobileIPProfile_t * | reqParam | ||
| ) |
get mobile ip profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetPacketStatistics | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetPacketStatistics_t * | pReq | ||
| ) |
gets current packet transfer counter values pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReq | request parameter |
| int pack_wds_GetPacketStatus | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetPacketStatus_t * | reqParam | ||
| ) |
get packet status pack Deprecated. Use pack_wds_GetPacketStatistics instead
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetSessionDuration | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_GetSessionDuration_t * | reqParam | ||
| ) |
get session duration pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_GetSessionState | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get session state pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_GetThrottledPdnRejectTimer | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get default profile number pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_IndicationRegister | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_indication_register_t * | pIndicationRegister | ||
| ) |
Indication Register pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pIndicationRegister | indications to register for.
|
| int pack_wds_KeepAliveDataSession | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| uint8_t | KeepAliveDataSessionFlag | ||
| ) |
Keep Alive Data Session Flag pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | KeepAliveDataSessionFlag | Keep Alive Data Session Flag.
|
| int pack_wds_ModemAssistedKaStart | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_modem_assisted_ka_start_t * | pReqParam | ||
| ) |
pack_wds_ModemAssistedKaStart
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | pack modem assisted keep-alive start information |
| int pack_wds_ModemAssistedKaStop | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| uint32_t | KeepAliveHandle | ||
| ) |
pack_wds_ModemAssistedKaStart
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | KeepAliveHandle | pack keep-alive handle |
| int pack_wds_ResetAndModifyProfileSettings | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_ResetAndModifyProfileSettings_t * | reqArg | ||
| ) |
Create Profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_RMSetTransferStatistics | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_RMSetTransferStatistics_t * | reqParam | ||
| ) |
RM set transfer statistics pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SetAutoconnect | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetAutoconnect_t * | reqArg | ||
| ) |
Auto connect data session parameters pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SetDefaultProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetDefaultProfile_t * | reqParam | ||
| ) |
set default profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SetDefaultProfileNum | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetDefaultProfileNum_t * | pReqParam | ||
| ) |
set default profile number pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_SetEhrpdFallbackApnList | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetEhrpdFallbackApnList_t * | reqParam | ||
| ) |
set default profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SetMobileIP | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetMobileIP_t * | reqArg | ||
| ) |
Sets the current mobile IP setting pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SetMobileIPParameters | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetMobileIPParameters_t * | reqArg | ||
| ) |
Sets the specified mobile IP parameters pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SetMobileIPProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetMobileIPProfile_t * | reqParam | ||
| ) |
set mobile ip profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SetMuxID | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetMuxID_t * | reqArg | ||
| ) |
Set MUX ID pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SetThrottledPdnRejectTimer | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetThrottledPdnRejectTimer_t * | pReqParam | ||
| ) |
set default profile number pack ThrottledPdnRejectTimer
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_SLQSCreateProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSCreateProfile_t * | reqArg | ||
| ) |
Create Profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSDeleteProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSDeleteProfile_t * | reqParam | ||
| ) |
delete stored profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SLQSGet3GPPConfigItem | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get 3Gpp config items pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSGetCurrDataSystemStat | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSGetCurrDataSystemStat_t * | pReqParam | ||
| ) |
get current data system pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_SLQSGetCurrentChannelRate | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get current Tx/Rx channel bitrate of the current packet data pack This command is deprecated. Please use pack_wds_SLQSSwiGetCurrentChannelRate
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSGetDataBearerTechnology | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSGetDataBearerTechnology_t * | pReqParam | ||
| ) |
get data bearer technology pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_SLQSGetDUNCallInfo | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSGetDUNCallInfo_t * | reqParam | ||
| ) |
get dun call info pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SLQSGetProfileSettings | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSGetProfileSettings_t * | reqArg | ||
| ) |
Get Profile Settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSGetRuntimeSettings | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSGetRuntimeSettings_t * | reqArg | ||
| ) |
get runtime settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSModifyProfile | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSModifyProfile_t * | reqArg | ||
| ) |
Modify Profile pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSQueryDLThroughputReportingStatus | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSResetPacketStatics | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Reset packet data transfer statistics pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSSet3GPPConfigItem | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSSet3GPPConfigItem_t * | reqParam | ||
| ) |
set 3Gpp config items pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SLQSSetDLThroughputReportPeriod | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SetDLThroughputReportPeriod_t * | reqParam | ||
| ) |
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int pack_wds_SLQSSetIPFamilyPreference | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSSetIPFamilyPreference_t * | pReqParam | ||
| ) |
Set IP Family Preference pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameter |
| int pack_wds_SLQSSGetDHCPv4ClientConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSSGetDHCPv4ClientConfig_t * | pReq | ||
| ) |
get DHCPv4 Client Config pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReq | request parameter |
This API is deprecated
| int pack_wds_SLQSSGetLoopback | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get the value of loopback mode and multiplier pack This command is deprecated. Please use pack_wds_SLQSSwiGetLoopback
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSSSetLoopback | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSSSetLoopback_t * | reqArg | ||
| ) |
Enable/disable Data Loopback Mode and set the value of loopback multiplier pack This command is deprecated. Please use pack_wds_SLQSwiSSetLoopback
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSStartDataSession | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSStartDataSession_t * | reqArg | ||
| ) |
Start data session
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSStartDataSessionExp | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSStartDataSessionExp_t * | reqArg | ||
| ) |
Start data session
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSStopDataSession | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSStopDataSession_t * | reqArg | ||
| ) |
stop data session pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSSwiGetCurrentChannelRate | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get current Tx/Rx channel bitrate of the current packet data pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSSwiGetLoopback | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
get the value of loopback mode and multiplier pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSSwiSetLoopback | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSSSetLoopback_t * | reqArg | ||
| ) |
Enable/disable Data Loopback Mode and set the value of loopback multiplier pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSWdsGoActive | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Gets the device into Active state pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSWdsGoDormant | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Gets the device into dormant state pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_wds_SLQSWdsSetEventReport | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSWdsSetEventReport_t * | reqArg | ||
| ) |
Sets the event report parameters pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_wds_SLQSWdsSwiPDPRuntimeSettings | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_wds_SLQSWdsSwiPDPRuntimeSettings_t * | reqParam | ||
| ) |
swi pdp runtime settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqParam | request parameter |
| int unpack_wds_ApnMsisdnInfo | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_ApnMsisdnInfo_t * | pOutput | ||
| ) |
Reset_And_Modify_Profile_Settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_ApnOpReservedPcoList | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_ApnOpReservedPcoList_t * | pOutput | ||
| ) |
Reset_And_Modify_Profile_Settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_DeleteAllProfiles | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_delete_all_profiles_t * | pOutput | ||
| ) |
Delete All Profiles unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_DLThroughputInformationInd | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_DLThroughputInformationInd_t * | pOutput | ||
| ) |
Get Downlink Throughput Information Indication unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetAutoconnect | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetAutoconnect_t * | pOutput | ||
| ) |
Gets auto connect data session setting unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetByteTotals | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetByteTotals_t * | pOutput | ||
| ) |
get Rx/Tx byte counts since the start of the last packet data session unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetConnectionRate | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetConnectionRate_t * | pOutput | ||
| ) |
get connection rate unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDataBearerTechnology | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDataBearerTechnology_t * | pOutput | ||
| ) |
get current data bearer technology unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDataBearerTechnologyExt | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDataBearerTechnologyExt_t * | pOutput | ||
| ) |
get current data bearer technology ext unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDefaultProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDefaultProfile_t * | pOutput | ||
| ) |
Get Default Profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDefaultProfileNum | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDefaultProfileNum_t * | pOutput | ||
| ) |
get default profile number unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDefaultSettings | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDefaultSettings_t * | pOutput | ||
| ) |
get default profile unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetDormancyState | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetDormancyState_t * | pOutput | ||
| ) |
get dormancy state unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetEhrpdFallbackApnList | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetEhrpdFallbackApnList_t * | pOutput | ||
| ) |
get throttled PDN Reject Timer unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetLastMobileIPError | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetLastMobileIPError_t * | pOutput | ||
| ) |
get current data system unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetMobileIP | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetMobileIP_t * | pOutput | ||
| ) |
Get Mobile IP Mode unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetMobileIPProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetMobileIPProfile_t * | pOutput | ||
| ) |
Get Mobile IP Profile Unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetPacketStatistics | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetPacketStatistics_t * | pOutput | ||
| ) |
gets current packet transfer counter values unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetPacketStatus | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetPacketStatus_t * | pOutput | ||
| ) |
get packet status unpack Deprecated. Use unpack_wds_GetPacketStatistics instead
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetSessionDuration | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetSessionDuration_t * | pOutput | ||
| ) |
get session duration unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetSessionState | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetSessionState_t * | pOutput | ||
| ) |
Get Session State unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_GetThrottledPdnRejectTimer | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_GetThrottledPdnRejectTimer_t * | pOutput | ||
| ) |
get throttled PDN Reject Timer unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_IndicationRegister | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_IndicationRegister_t * | pOutput | ||
| ) |
Indicatio nRegister Unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_KeepAliveDataSession | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_Keep_Alive_Data_Session_t * | pOutput | ||
| ) |
SetKeep Alive Data Session.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_ModemAssistedKaStart | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_modem_assisted_ka_start_t * | pOutput | ||
| ) |
unpack_wds_ModemAssistedKaStart
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_ModemAssistedKaStop | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_modem_assisted_ka_stop_t * | pOutput | ||
| ) |
unpack_wds_ModemAssistedKaStop
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_QueryDLThroughputReportingStatusInd | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_QueryDLThroughputReportingStatusInd_t * | pOutput | ||
| ) |
Query Downlink Throughput Reporting Status unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_ResetAndModifyProfileSettings | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_ResetAndModifyProfileSettings_t * | pOutput | ||
| ) |
Reset_And_Modify_Profile_Settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_RMSetTransferStatistics | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_RMSetTransferStatistics_t * | pOutput | ||
| ) |
RM set transfer statistics unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_RMTransferStatistics_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_RMTransferStatistics_ind_t * | pOutput | ||
| ) |
RM transfer statistics indication unpack This command is deprecated. Please use unpack_wds_SLQSSwiRMTransferStatistics_ind
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SetAutoconnect | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetAutoconnect_t * | pOutput | ||
| ) |
Auto connect data session parameters unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetDefaultProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetDefaultProfile_t * | pOutput | ||
| ) |
set default profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetDefaultProfileNum | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetDefaultProfileNum_t * | pOutput | ||
| ) |
set default profile number unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetEhrpdFallbackApnList | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetDefaultProfile_t * | pOutput | ||
| ) |
set default profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetMobileIP | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetMobileIP_t * | pOutput | ||
| ) |
Sets the current mobile IP setting unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetMobileIPParameters | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetMobileIPParameters_t * | pOutput | ||
| ) |
Sets the specified mobile IP parameters unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetMobileIPProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetMobileIPProfile_t * | pOutput | ||
| ) |
set mobile ip profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SetMuxID | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetMuxID_t * | pOutput | ||
| ) |
Set MUX ID unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SetThrottledPdnRejectTimer | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetThrottledPdnRejectTimer_t * | pOutput | ||
| ) |
set default profile number unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSApnMsisdnInfoChange_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSApnMsisdnInfoChange_ind_t * | pOutput | ||
| ) |
APN MSISDN Information Change Indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSApnOpReservedPcoListChange_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSApnOpReservedPcoListChange_ind_t * | pOutput | ||
| ) |
APN Operator Reserved PCO List Change Indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSCreateProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSCreateProfile_t * | pOutput | ||
| ) |
Create Profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_SLQSDataBearerType_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSDataBearerType_ind_t * | pOutput | ||
| ) |
unpack Data Bearer Type indication
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSDeleteAllProfilesResult_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| QmiCbkWdsDeleteAllProfilesResultInd_t * | pOutput | ||
| ) |
unpack_wds_SLQSDeleteAllProfilesResult_ind
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSDeleteProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSDeleteProfile_t * | pOutput | ||
| ) |
delete stored profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSDUNCallInfoCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSDUNCallInfoCallBack_ind_t * | pOutput | ||
| ) |
unpack DUN call info indication
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGet3GPPConfigItem | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGet3GPPConfigItem_t * | pOutput | ||
| ) |
get 3GPP config items unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGetCurrDataSystemStat | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetCurrDataSystemStat_t * | pOutput | ||
| ) |
get current data system unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGetCurrentChannelRate | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetCurrentChannelRate_t * | pOutput | ||
| ) |
get current Tx/Rx channel bitrate of the current packet data unpack This command is deprecated. Please use unpack_wds_SLQSSwiGetCurrentChannelRate
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGetDataBearerTechnology | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetDataBearerTechnology_t * | pOutput | ||
| ) |
get data bearer technology unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGetDUNCallInfo | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetDUNCallInfo_t * | pOutput | ||
| ) |
get dun call info unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSGetProfileSettings | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetProfileSettings_t * | pOutput | ||
| ) |
Get Profile Settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_SLQSGetRuntimeSettings | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetRuntimeSettings_t * | pOutput | ||
| ) |
get runtime settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSLteAttachParams_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSLteAttachParams_ind_t * | pOutput | ||
| ) |
Lte Attach Params Indication Indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSModemAssistedKaStatus_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSModemAssistedKaStatus_ind_t * | pOutput | ||
| ) |
Modem Assisted Keep Alive Status indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSModifyProfile | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSModifyProfile_t * | pOutput | ||
| ) |
Modify Profile unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response structure to fill |
| int unpack_wds_SLQSPdnThrottleInfo_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSPdnThrottleInfo_ind_t * | pOutput | ||
| ) |
unpack_wds_SLQSPdnThrottleInfo_ind
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSQueryDLThroughputReportingStatus | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_QueryDLThroughputReportingStatus_t * | pOutput | ||
| ) |
Query Downlink Throughput Reporting Status unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSResetPacketStatics | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSResetPacketStatics_t * | pOutput | ||
| ) |
Reset packet data transfer statistics unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSSet3GPPConfigItem | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSet3GPPConfigItem_t * | pOutput | ||
| ) |
Set 3GPP Configuration Items unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSSetDLThroughputReportPeriod | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SetDLThroughputReportPeriod_t * | pOutput | ||
| ) |
Set Downlink Throughput Report Period unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSSetIPFamilyPreference | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSetIPFamilyPreference_t * | pOutput | ||
| ) |
Set IP Family Preference unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSetPacketSrvStatusCallback | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSetPacketSrvStatusCallback_t * | pOutput | ||
| ) |
Set Packet Service Status Callback unpack
| [in] | pResp | qmi response |
| [in] | respLen | length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSSetWdsEventReport_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSetWdsEventReport_ind_t * | pOutput | ||
| ) |
set event callback unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSGetDHCPv4ClientConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSGetDHCPv4ClientConfig_t * | pOutput | ||
| ) |
get DHCPv4 Client Config unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
This API is deprecated
| int unpack_wds_SLQSSGetLoopback | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSGetLoopback_t * | pOutput | ||
| ) |
get the value of loopback mode and multiplier unpack This command is deprecated/ Please use unpack_wds_SLQSSwiGetLoopback
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSSetLoopback | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSSetLoopback_t * | pOutput | ||
| ) |
Enable/disable Data Loopback Mode and set the value of loopback multiplier unpack This command is deprecated. Please use unpack_wds_SLQSSwiSetLoopback
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSStartDataSession | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSStartDataSession_t * | pOutput | ||
| ) |
Start Data Session unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSStopDataSession | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSStopDataSession_t * | pOutput | ||
| ) |
Stop Data Session unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSSwiGetCurrentChannelRate | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSGetCurrentChannelRate_t * | pOutput | ||
| ) |
get current Tx/Rx channel bitrate of the current packet data unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSwiGetLoopback | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSGetLoopback_t * | pOutput | ||
| ) |
get the value of loopback mode and multiplier unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSwiRMTransferStatistics_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_RMTransferStatistics_ind_t * | pOutput | ||
| ) |
RM transfer statistics indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_SLQSSwiSetLoopback | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSSSetLoopback_t * | pOutput | ||
| ) |
Enable/disable Data Loopback Mode and set the value of loopback multiplier unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSWdsGoActive | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSWdsGoActive_t * | pOutput | ||
| ) |
Gets the device into Active state unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSWdsGoDormant | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSWdsGoDormant_t * | pOutput | ||
| ) |
Gets the device into dormant state unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSWdsSetEventReport | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSWdsSetEventReport_t * | pOutput | ||
| ) |
Sets the event report parameters unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_wds_SLQSWdsSwiPDPRuntimeSettings | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_SLQSWdsSwiPDPRuntimeSettings_t * | pOutput | ||
| ) |
get Swi PDP Runtime Settings unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_wds_ThroughputInformationInd | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_wds_ThroughputInformationInd_t * | pOutput | ||
| ) |
get Throuput Information Indicationunpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |