Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
qaGobiApiWds.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright: © 2011-2015 Sierra Wireless, Inc. all rights reserved
11  */
12 #ifndef __GOBI_API_WDS_H__
13 #define __GOBI_API_WDS_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #define IPV6_ADDRESS_ARRAY_SIZE 8
20 #define MAX_APN_STRING 100
21 #define MAX_APP_SPECIFIC_INFO 0xFF
22 
81 typedef struct dataBearerTechnology
82 {
83  BYTE currentNetwork;
84  ULONG ratMask;
85  ULONG soMask;
87 
95 {
96  QMI_WDS_CURRENT_CALL_DB_MASK = 0x01,
97  QMI_WDS_LAST_CALL_DB_MASK = 0x02
98 };
99 
120 typedef struct dataBearers
121 {
122  BYTE dataBearerMask;
123  QmiWDSDataBearerTechnology *pCurDataBearerTechnology;
124  QmiWDSDataBearerTechnology *pLastCallDataBearerTechnology;
126 
152 typedef struct{
153  ULONG *pIPAddressV4;
154  USHORT *pIPAddressV6;
155  BYTE *pIPv6prefixlen;
157 
158 
171 typedef struct{
172  ULONG *pv4sessionId;
173  ULONG *pv6sessionId;
176 
260 struct UMTSQoS
261 {
262  BYTE trafficClass;
263  ULONG maxUplinkBitrate;
264  ULONG maxDownlinkBitrate;
265  ULONG grntUplinkBitrate;
266  ULONG grntDownlinkBitrate;
267  BYTE qosDeliveryOrder;
268  ULONG maxSDUSize;
269  BYTE sduErrorRatio;
270  BYTE resBerRatio;
271  BYTE deliveryErrSDU;
272  ULONG transferDelay;
273  ULONG trafficPriority;
274 };
275 
295 {
296  BYTE profileType;
297  BYTE profileIndex;
298 };
299 
323 struct GPRSQoS
324 {
325  ULONG precedenceClass;
326  ULONG delayClass;
327  ULONG reliabilityClass;
328  ULONG peakThroughputClass;
329  ULONG meanThroughputClass;
330 };
331 
344 {
345  BYTE numInstances;
346  ULONG pscsfIPv4Addr[64];
347 };
348 
361 {
362  WORD fqdnLen;
363  CHAR fqdnAddr[256];
364 };
365 
378 {
379  BYTE numInstances;
380  struct PCSCFFQDNAddress pcsfFQDNAddress[10];
381 };
382 
394 struct Domain
395 {
396  WORD domainLen;
397  CHAR domainName[256];
398 };
399 
412 {
413  BYTE numInstances;
414  struct Domain domain[10];
415 };
416 
433 {
434  BYTE IPV6PrefixLen;
435  USHORT IPAddressV6[IPV6_ADDRESS_ARRAY_SIZE];
436 };
437 
453 {
454  BYTE gwV6PrefixLen;
455  USHORT gwAddressV6[8];
456 };
457 
568 {
569  CHAR *pProfileName;
570  ULONG *pPDPType;
571  CHAR *pAPNName;
572  ULONG *pPrimaryDNSV4;
573  ULONG *pSecondaryDNSV4;
574  struct UMTSQoS *pUMTSGrantedQoS;
575  struct GPRSQoS *pGPRSGrantedQoS;
576  CHAR *pUsername;
577  ULONG *pAuthentication;
578  ULONG *pIPAddressV4;
579  struct ProfileIdentifier *pProfileID;
580  ULONG *pGWAddressV4;
581  ULONG *pSubnetMaskV4;
582  BYTE *pPCSCFAddrPCO;
583  struct PCSCFIPv4ServerAddressList *pServerAddrList;
584  struct PCSCFFQDNAddressList *pPCSCFFQDNAddrList;
585  USHORT *pPrimaryDNSV6;
586  USHORT *pSecondaryDNSV6;
587  ULONG *pMtu;
588  struct DomainNameList *pDomainList;
589  BYTE *pIPFamilyPreference;
590  BYTE *pIMCNflag;
591  WORD *pTechnology;
592  struct IPV6AddressInfo *pIPV6AddrInfo;
593  struct IPV6GWAddressInfo *pIPV6GWAddrInfo;
594 };
595 
617 {
618  ULONG *v4sessionId;
619  ULONG *v6sessionId;
620  struct qmiWdsRunTimeSettings rts;
621 };
622 
707  BOOL action;
708  BYTE instanceId;
709  ULONG *pTechnology;
710  ULONG *pProfileId3GPP;
711  ULONG *pProfileId3GPP2;
712  ULONG sessionId;
713  ULONG failureReason;
714  ULONG failureReasonv4;
715  ULONG failureReasonv6;
716  ULONG rcv4;
717  ULONG rcv6;
718  ULONG v4sessionId;
719  ULONG v6sessionId;
720  BYTE ipfamily;
721  ULONG *pAuthentication;
722  CHAR *pUsername;
723  CHAR *pPassword;
724  ULONG verbFailReasonType;
725  ULONG verbFailReason;
726 };
727 
745  BYTE profileType;
746  BYTE profileIndex;
747 };
748 
960 {
961  CHAR *pProfilename;
962  WORD *pProfilenameSize;
963  BYTE *pPDPtype;
964  BYTE *pPdpHdrCompType;
965  BYTE *pPdpDataCompType;
966  CHAR *pAPNName;
967  WORD *pAPNnameSize;
968  ULONG *pPriDNSIPv4AddPref;
969  ULONG *pSecDNSIPv4AddPref;
970  struct UMTSQoS *pUMTSReqQoS;
971  struct UMTSQoS *pUMTSMinQoS;
972  struct GPRSRequestedQoS *pGPRSRequestedQos;
973  struct GPRSRequestedQoS *pGPRSMinimumQoS;
974  CHAR *pUsername;
975  WORD *pUsernameSize;
976  CHAR *pPassword;
977  WORD *pPasswordSize;
978  BYTE *pAuthenticationPref;
979  ULONG *pIPv4AddrPref;
980  BYTE *pPcscfAddrUsingPCO;
981  BYTE *pPdpAccessConFlag;
982  BYTE *pPcscfAddrUsingDhcp;
983  BYTE *pImCnFlag;
984  struct TFTIDParams *pTFTID1Params;
985  struct TFTIDParams *pTFTID2Params;
986  BYTE *pPdpContext;
987  BYTE *pSecondaryFlag;
988  BYTE *pPrimaryID;
989  USHORT *pIPv6AddPref;
990  struct UMTSReqQoSSigInd *pUMTSReqQoSSigInd;
991  struct UMTSReqQoSSigInd *pUMTSMinQosSigInd;
992  USHORT *pPriDNSIPv6addpref;
993  USHORT *pSecDNSIPv6addpref;
994  BYTE *pAddrAllocPref;
995  struct QosClassID *pQosClassID;
996  BYTE *pAPNDisabledFlag;
997  ULONG *pPDNInactivTimeout;
998  BYTE *pAPNClass;
999  BYTE *pSupportEmergencyCalls;
1000 };
1188 {
1189  BYTE *pNegoDnsSrvrPref;
1190  ULONG *pPppSessCloseTimerDO;
1191  ULONG *pPppSessCloseTimer1x;
1192  BYTE *pAllowLinger;
1193  USHORT *pLcpAckTimeout;
1194  USHORT *pIpcpAckTimeout;
1195  USHORT *pAuthTimeout;
1196  BYTE *pLcpCreqRetryCount;
1197  BYTE *pIpcpCreqRetryCount;
1198  BYTE *pAuthRetryCount;
1199  BYTE *pAuthProtocol;
1200  CHAR *pUserId;
1201  WORD *pUserIdSize;
1202  CHAR *pAuthPassword;
1203  WORD *pAuthPasswordSize;
1204  BYTE *pDataRate;
1205  ULONG *pAppType;
1206  BYTE *pDataMode;
1207  BYTE *pAppPriority;
1208  CHAR *pApnString;
1209  WORD *pApnStringSize;
1210  BYTE *pPdnType;
1211  BYTE *pIsPcscfAddressNedded;
1212  ULONG *pPrimaryV4DnsAddress;
1213  ULONG *pSecondaryV4DnsAddress;
1214  USHORT *pPriV6DnsAddress;
1215  USHORT *pSecV6DnsAddress;
1216  BYTE *pRATType;
1217  BYTE *pAPNEnabled3GPP2;
1218  ULONG *pPDNInactivTimeout3GPP2;
1219  BYTE *pAPNClass3GPP2;
1220 };
1221 
1234 typedef union WdsProfileParam
1235 {
1236  struct Profile3GPP SlqsProfile3GPP;
1237  struct Profile3GPP2 SlqsProfile3GPP2;
1239 
1266 {
1267  BYTE *pProfileID;
1268  BYTE *pProfileType;
1269  QmiProfileInfo curProfile;
1270 };
1271 
1353 {
1354  BYTE trafficClass;
1355  ULONG maxUplinkBitrate;
1356  ULONG maxDownlinkBitrate;
1357  ULONG grntUplinkBitrate;
1358  ULONG grntDownlinkBitrate;
1359  BYTE qosDeliveryOrder;
1360  ULONG maxSDUSize;
1361  BYTE sduErrorRatio;
1362  BYTE resBerRatio;
1363  BYTE deliveryErrSDU;
1364  ULONG transferDelay;
1365  ULONG trafficPriority;
1366 };
1367 
1390 {
1391  ULONG precedenceClass;
1392  ULONG delayClass;
1393  ULONG reliabilityClass;
1394  ULONG peakThroughputClass;
1395  ULONG meanThroughputClass;
1396 };
1397 
1450 {
1451  BYTE filterId;
1452  BYTE eValid;
1453  BYTE ipVersion;
1454  WORD *pSourceIP;
1455  BYTE sourceIPMask;
1456  BYTE nextHeader;
1457  WORD destPortRangeStart;
1458  WORD destPortRangeEnd;
1459  WORD srcPortRangeStart;
1460  WORD srcPortRangeEnd;
1461  ULONG IPSECSPI;
1462  WORD tosMask;
1463  ULONG flowLabel;
1464 };
1465 
1482 {
1483  struct UMTSQoS UMTSReqQoS;
1484  BYTE SigInd;
1485 };
1486 
1515 {
1516  BYTE QCI;
1517  ULONG gDlBitRate;
1518  ULONG maxDlBitRate;
1519  ULONG gUlBitRate;
1520  ULONG maxUlBitRate;
1521 };
1522 
1541 {
1542  BYTE *pProfileType;
1543  BYTE *pProfileIndex;
1544  USHORT *pExtErrorCode;
1545 };
1546 
1568  BOOL action;
1569  BYTE acsetting;
1570  BYTE acroamsetting;
1571 };
1572 
1594 {
1595  BYTE *pProfileID;
1596  BYTE *pProfileType;
1597  QmiProfileInfo curProfile;
1598 };
1599 
1614 {
1615  USHORT *pExtErrorCode;
1616 };
1617 
1683 typedef struct _slqs3GPPConfigItem
1684 {
1685  WORD *pLTEAttachProfile;
1686  WORD *pProfileList;
1687  BYTE *pDefaultPDNEnabled;
1688  BYTE *p3gppRelease;
1689  WORD LTEAttachProfileListLen;
1690  WORD *pLTEAttachProfileList;
1692 
1707 typedef struct _GetProfileSettingIn
1708 {
1709  BYTE ProfileType;
1710  BYTE ProfileID;
1712 
1732 {
1733  QmiProfileInfo curProfile;
1734  WORD *pExtErrCode;
1736 
1764 typedef struct
1765 {
1766  BYTE statsPeriod;
1767  ULONG statsMask;
1768 } TrStatInd;
1769 
1834 typedef struct
1835 {
1836  BYTE *pCurrChannelRateInd;
1837  TrStatInd *pTransferStatInd;
1838  BYTE *pDataBearerTechInd;
1839  BYTE *pDormancyStatusInd;
1840  BYTE *pMIPStatusInd;
1841  BYTE *pCurrDataBearerTechInd;
1842  BYTE *pDataCallStatusChangeInd;
1843  BYTE *pCurrPrefDataSysInd;
1844  BYTE *pEVDOPageMonPerChangeInd;
1845  BYTE *pDataSystemStatusChangeInd;
1846  BYTE *pReportAddPdnFiltersRemoval;
1847  BYTE *pDataBearerTechExtInd;
1848  BYTE *pDormancyResultIndicator;
1850 
1865 typedef struct
1866 {
1867  BYTE contextId;
1868  BYTE contextType;
1870 
1945 typedef struct
1946 {
1947  BYTE *pContextId;
1948  BYTE *pBearerId;
1949  CHAR *pAPNName;
1950  ULONG *pIPv4Address;
1951  ULONG *pIPv4GWAddress;
1952  ULONG *pPrDNSIPv4Address;
1953  ULONG *pSeDNSIPv4Address;
1954  struct IPV6AddressInfo *pIPv6Address;
1955  struct IPV6AddressInfo *pIPv6GWAddress;
1956  WORD *pPrDNSIPv6Address;
1957  WORD *pSeDNSIPv6Address;
1958  ULONG *pPrPCSCFIPv4Address;
1959  ULONG *pSePCSCFIPv4Address;
1960  WORD *pPrPCSCFIPv6Address;
1961  WORD *pSePCSCFIPv6Address;
1963 
1985 {
1986  ULONG *pCurrentChannelTXRate;
1987  ULONG *pCurrentChannelRXRate;
1988  ULONG *pMaxChannelTXRate;
1989  ULONG *pMaxChannelRXRate;
1990 };
1991 
2016 {
2017  ULONG *pRateType;
2018  ULONGLONG *pCurrentChannelTXRate;
2019  ULONGLONG *pCurrentChannelRXRate;
2020  ULONGLONG *pMaxChannelTXRate;
2021  ULONGLONG *pMaxChannelRXRate;
2022 };
2023 
2048 {
2049  ULONG *pV4sessionId;
2050  ULONG *pV6sessionId;
2051  struct WdsConnectionRateElmnts ConnRateElmntsV4;
2052  struct WdsConnectionRateElmnts ConnRateElmntsV6;
2053 };
2054 
2068 {
2069  ULONGLONG *pTXTotalBytes;
2070  ULONGLONG *pRXTotalBytes;
2071 };
2072 
2097 {
2098  ULONG *pV4sessionId;
2099  ULONG *pV6sessionId;
2100  struct WdsByteTotalsElmnts ByteTotalsElmntsV4;
2101  struct WdsByteTotalsElmnts ByteTotalsElmntsV6;
2102 };
2103 
2104 /*
2105  * This structure contains the response parameters retrieved by the API
2106  * iSLQSGetInstanceID. This is for SDK internal use only.
2107  *
2108  * \param pInstanceID
2109  * - Instance ID corresponding to the session ID
2110  *
2111  * \param pIPFamily
2112  * - IP Family for the session ID
2113  * - 4 - IPv4
2114  * - 6 - IPv6
2115  *
2116  * \note none
2117  *
2118  */
2119 typedef struct
2120 {
2121  BYTE *pInstanceID;
2122  BYTE *pIPFamily;
2123 } GetInstIDResp;
2124 
2125 /*
2126  * This structure contains the response parameters retrieved by the API
2127  * iSLQSGetSessionID. This is for SDK internal use only.
2128  *
2129  * \param pSessionIDv4
2130  * - IPv4 session ID
2131  *
2132  * \param pSessionIDv6
2133  * - IPv6 session ID
2134  *
2135  * \note none
2136  *
2137  */
2138 typedef struct
2139 {
2140  ULONG *pSessionIDv4;
2141  ULONG *pSessionIDv6;
2143 
2162 typedef struct
2163 {
2164  BYTE StatsPeriod;
2165  ULONG StatsMask;
2166 } TransferStatInd;
2167 
2212 typedef struct
2213 {
2214  ULONG Mask;
2215  BYTE *pReportConnStatus;
2216  TransferStatInd *pTransferStatInd;
2217  BYTE *pReportDormStatus;
2218  BYTE *pReportDataBearerTech;
2219  BYTE *pReportChannelRate;
2221 
2241 typedef struct
2242 {
2243  BYTE MDMConnStatus;
2244  ULONGLONG MDMCallDuration;
2246 
2266 typedef struct
2267 {
2268  ULONG CurrChanTxRate;
2269  ULONG CurrChanRxRate;
2270  ULONG MaxChanTxRate;
2271  ULONG MaxChanRxRate;
2272 } ChannelRate;
2273 
2374 typedef struct
2375 {
2376  ConnectionStatus *pConnectionStatus;
2377  WORD *pCallEndReason;
2378  ULONGLONG *pTXOKBytesCount;
2379  ULONGLONG *pRXOKBytesCount;
2380  BYTE *pDormancyStatus;
2381  BYTE *pDataBearerTech;
2382  ChannelRate *pChannelRate;
2383  ULONGLONG *pLastCallTXOKBytesCnt;
2384  ULONGLONG *pLastCallRXOKBytesCnt;
2385  ULONGLONG *pMdmCallDurationActive;
2386  BYTE *pLastCallDataBearerTech;
2388 
2440 {
2441  ULONG *pTXPacketSuccesses;
2442  ULONG *pRXPacketSuccesses;
2443  ULONG *pTXPacketErrors;
2444  ULONG *pRXPacketErrors;
2445  ULONG *pTXPacketOverflows;
2446  ULONG *pRXPacketOverflows;
2447  ULONGLONG *pTXOkBytesCount;
2448  ULONGLONG *pRXOkBytesCount;
2449  ULONGLONG *pTXOKBytesLastCall;
2450  ULONGLONG *pRXOKBytesLastCall;
2451  ULONG *pTXDroppedCount;
2452  ULONG *pRXDroppedCount;
2453 };
2454 
2479 {
2480  ULONG *pV4sessionId;
2481  ULONG *pV6sessionId;
2482  struct WdsPktStatisticsElmnts PktStatElmntsV4;
2483  struct WdsPktStatisticsElmnts PktStatElmntsV6;
2484 };
2485 
2504 {
2505  ULONG *pStatMask;
2506 };
2507 
2567 typedef struct
2568 {
2569  BYTE NetworkType;
2570  ULONG RATMask;
2571  ULONG SOMask;
2573 
2595 typedef struct
2596 {
2597  BYTE *pPrefNetwork;
2598  BYTE *pNetworkInfoLen;
2599  CurrNetworkInfo *pCurrNetworkInfo;
2601 
2625 typedef struct
2626 {
2627  BYTE bResetStatistics;
2628  ULONG ulMask;
2630 
2631 typedef struct
2632 {
2633  ULONG ulData;
2634 }DataULongTlv;
2635 
2636 typedef struct
2637 {
2638  ULONGLONG ullData;
2640 
2668 typedef struct {
2669  swi_uint256_t TlvPresenceMask;
2670  DataULongTlv TxOkConutTlv;
2671  DataULongTlv RxOkConutTlv;
2672  DataULongLongTlv TxOkByteCountTlv;
2673  DataULongLongTlv RxOkByteCountTlv;
2674  DataULongTlv TxDropConutTlv;
2675  DataULongTlv RxDropConutTlv;
2677 
2678 
2743 typedef struct
2744 {
2745  ULONG techType;
2746  ULONG ratValue;
2747  ULONGLONG soMask;
2749 
2769 typedef struct
2770 {
2771  unsigned long current_channel_tx_rate;
2772  unsigned long current_channel_rx_rate;
2773  unsigned long max_channel_tx_rate;
2774  unsigned long max_channel_rx_rate;
2776 
2789 typedef struct
2790 {
2791  BYTE *pLoopbackMode;
2792  BYTE *pLoopbackMultiplier;
2794 
2807 typedef struct
2808 {
2809  BYTE ByteLoopbackMode;
2810  BYTE ByteLoopbackMultiplier;
2812 
2826 typedef struct
2827 {
2828  BYTE profileType;
2829  BYTE profileId;
2831 
2851 typedef struct
2852 {
2853  BYTE hwType;
2854  BYTE chaddrLen;
2855  BYTE chaddr[16];
2857 
2877 typedef struct
2878 {
2879  BYTE optCode;
2880  BYTE optValLen;
2881  BYTE optVal[255];
2882 } WdsDHCPv4Option;
2883 
2899 typedef struct
2900 {
2901  BYTE numOpt;
2902  WdsDHCPv4Option *pOptList;
2904 
2923 typedef struct
2924 {
2925  WdsDHCPv4ProfileId *pProfileId;
2926  WdsDHCPv4HWConfig *pHwConfig;
2927  WdsDHCPv4OptionList *pRequestOptionList;
2928 } WdsDHCPv4Config;
2929 
2940 typedef struct
2941 {
2942  BYTE *pEnableNotification;
2944 
2945 /* enumerations */
2946 enum pdpidx{
2947  WDSPDP1IDX,
2948  WDSPDP2IDX,
2949  WDSPDP3IDX,
2950  WDSPDP4IDX,
2951  WDSPDP5IDX,
2952  WDSPDP6IDX,
2953  WDSPDP7IDX,
2954  WDSPDP8IDX,
2955  WDSNUMPDPS
2956 };
2957 
2991 {
2992  WORD PcoId;
2993  WORD Mcc;
2994  WORD Mnc;
2995  BYTE MncIncludesPcsDigit;
2996  BYTE AppSpecificInfoLength;
2997  BYTE AppSpecificInfo[MAX_APP_SPECIFIC_INFO];
2998  WORD ContainerId;
2999 };
3000 
3023 {
3024  BYTE is_ipv4_throttled;
3025  BYTE is_ipv6_throttled;
3026  ULONG remaining_ipv4_throttled_time;
3027  ULONG remaining_ipv6_throttled_time;
3028  BYTE apn_string_len;
3029  CHAR ApnName[MAX_APN_STRING];
3030 };
3031 
3058 {
3059  BYTE is_ipv4_throttled;
3060  BYTE is_ipv6_throttled;
3061  BYTE is_non_ip_throttled;
3062  ULONG remaining_ipv4_throttled_time;
3063  ULONG remaining_ipv6_throttled_time;
3064  ULONG remaining_non_ip_throttled_time;
3065  BYTE apn_string_len;
3066  CHAR ApnName[MAX_APN_STRING];
3067 };
3068 
3089 {
3090  BYTE is_emergency_apn;
3091  BYTE apn_blocked_on_all_plmns;
3092  BYTE throttled_plmn_id[3];
3093  BYTE apn_string_len;
3094  CHAR ApnName[MAX_APN_STRING];
3095 };
3096 
3111 {
3112  WORD msisdn_len;
3113  BYTE *pMsisdn;
3114 };
3115 
3134 {
3135  BYTE Apn_Name_Len;
3136  CHAR ApnName[MAX_APN_STRING];
3137  BYTE msisdn_len;
3138  BYTE *pMsisdn;
3139 };
3140 
3155 {
3156  BYTE apn_name_len;
3157  CHAR apn_name[MAX_APN_STRING];
3158 };
3159 
3174 {
3175  BYTE fallback_apn_name_list_len;
3176  struct WdsEhrpdFallbackApn *pWdsEhrpdFallbackApn;
3177 };
3178 
3198 typedef struct
3199 {
3200  BYTE is_ipv4_throttled;
3201  BYTE is_ipv6_throttled;
3202  ULONG remaining_ipv4_throttled_time;
3203  ULONG remaining_ipv6_throttled_time;
3204  BYTE apn_string_len;
3205  CHAR *pApnName;
3207 
3208 #ifdef __cplusplus
3209 } /* extern "C" { */
3210 #endif
3211 #endif /* __GOBI_API_WDS_H__ */
Definition: qaGobiApiWds.h:1764
struct dataBearerTechnology QmiWDSDataBearerTechnology
Definition: qaGobiApiWds.h:2636
union WdsProfileParam QmiProfileInfo
Definition: qaGobiApiWds.h:2067
Definition: qaGobiApiWds.h:1514
struct _slqs3GPPConfigItem slqs3GPPConfigItem
Definition: qaGobiApiWds.h:343
Definition: qaGobiApiWds.h:1707
Definition: qaGobiApiWds.h:1265
Definition: qaGobiApiWds.h:2877
Definition: qaGobiApiWds.h:2625
Definition: qaGobiApiWds.h:2478
Definition: qaGobiApiWds.h:1731
Definition: qaGobiApiWds.h:2439
Definition: qaGobiApiWds.h:2241
Definition: qaGobiApiWds.h:2631
Definition: qaGobiApiWds.h:3133
Definition: qaGobiApiWds.h:1984
Definition: qaGobiApiWds.h:411
Definition: qaGobiApiWds.h:1834
Definition: qaGobiApiWds.h:2743
Definition: qaGobiApiWds.h:3057
Definition: qaGobiApiWds.h:452
Definition: qaGobiApiWds.h:2162
Definition: qaGobiApiWds.h:1389
Definition: qaGobiApiWds.h:2789
struct _GetProfileSettingOut GetProfileSettingOut
Definition: qaGobiApiWds.h:2015
Definition: qaGobiApiWds.h:260
Definition: qaGobiApiWds.h:2374
Definition: qaGobiApiWds.h:3022
Definition: qaGobiApiWds.h:2503
Definition: qaGobiApiWds.h:81
Definition: qaGobiApiWds.h:2940
Definition: qaGobiApiWds.h:1567
Definition: qaGobiApiWds.h:2990
Definition: qaGobiApiWds.h:2807
Definition: qaGobiApiWds.h:294
Definition: qaGobiApiWds.h:2138
Definition: qaGobiApiWds.h:394
Definition: qaGobiApiWds.h:1683
Definition: qaGobiApiWds.h:2668
Definition: qaGobiApiWds.h:1481
Definition: qaGobiApiWds.h:323
Definition: qaGobiApiWds.h:959
Definition: qaGobiApiWds.h:1865
Definition: qaGobiApiWds.h:2595
struct _GetProfileSettingIn GetProfileSettingIn
Definition: qaGobiApiWds.h:1945
Definition: qaGobiApiWds.h:3173
Definition: qaGobiApiWds.h:120
Definition: qaGobiApiWds.h:2826
Definition: qaGobiApiWds.h:2567
Definition: qaGobiApiWds.h:1234
struct dataBearers QmiWDSDataBearers
Definition: qaGobiApiWds.h:432
Definition: qaGobiApiWds.h:1187
Definition: qaGobiApiWds.h:2851
Definition: qaGobiApiWds.h:152
Definition: qaGobiApiWds.h:3198
Definition: qaGobiApiWds.h:1449
Definition: qaGobiApiWds.h:1613
Definition: qaGobiApiWds.h:2266
Definition: qaGobiApiWds.h:2769
Definition: qaGobiApiWds.h:706
Definition: qaGobiApiWds.h:2212
Definition: qaGobiApiWds.h:171
Definition: qaGobiApiWds.h:567
Definition: qaGobiApiWds.h:377
Definition: qaGobiApiWds.h:1593
Definition: qaGobiApiWds.h:2096
Definition: qaGobiApiWds.h:1352
Definition: qaGobiApiWds.h:2047
Definition: qaGobiApiWds.h:2899
qmiDataBearerMasks
Definition: qaGobiApiWds.h:94
Definition: qaGobiApiWds.h:3110
Definition: qaGobiApiWds.h:1540
Definition: qaGobiApiWds.h:3154
Definition: qaGobiApiWds.h:2923
Definition: qaGobiApiWds.h:360
Definition: qaGobiApiWds.h:3088
Definition: qaGobiApiWds.h:744
Definition: qaGobiApiWds.h:2119
Definition: qaGobiApiWds.h:616