Lines Matching refs:GetTLV
371 static int GetTLV( in GetTLV() function
435 if (GetTLV( pQMIMessage, messageLen, 2, &mandTLV[0], 4 ) == 4) in ValidQMIMessage()
1139 result = GetTLV( pBuffer, buffSize, 0x01, pClientID, 2 ); in QMICTLGetClientIDResp()
1270 GetTLV( pBuffer, buffSize, 0x10, (void*)pTXOk, 4 ); in QMIWDSEventResp()
1272 GetTLV( pBuffer, buffSize, 0x11, (void*)pRXOk, 4 ); in QMIWDSEventResp()
1274 GetTLV( pBuffer, buffSize, 0x12, (void*)pTXErr, 4 ); in QMIWDSEventResp()
1276 GetTLV( pBuffer, buffSize, 0x13, (void*)pRXErr, 4 ); in QMIWDSEventResp()
1278 GetTLV( pBuffer, buffSize, 0x14, (void*)pTXOfl, 4 ); in QMIWDSEventResp()
1280 GetTLV( pBuffer, buffSize, 0x15, (void*)pRXOfl, 4 ); in QMIWDSEventResp()
1282 GetTLV( pBuffer, buffSize, 0x19, (void*)pTXBytesOk, 8 ); in QMIWDSEventResp()
1284 GetTLV( pBuffer, buffSize, 0x1A, (void*)pRXBytesOk, 8 ); in QMIWDSEventResp()
1290 result = GetTLV( pBuffer, buffSize, 0x01, &pktStatusRead[0], 2 ); in QMIWDSEventResp()
1376 result = GetTLV( pBuffer, buffSize, 0x12, (void*)pMEID, 14 ); in QMIDMSGetMEIDResp()
1437 result = GetTLV( pBuffer, buffSize, 0x11, in QMIWDASetDataFormatResp()
1461 GetTLV( pBuffer, buffSize, 0x12, qmap_version, 4); in QMIWDASetDataFormatResp()
1463 GetTLV( pBuffer, buffSize, 0x13, qmap_version, 4); in QMIWDASetDataFormatResp()
1465 GetTLV( pBuffer, buffSize, 0x16, rx_size, 4); in QMIWDASetDataFormatResp()
1466 GetTLV( pBuffer, buffSize, 0x18, tx_size, 4); in QMIWDASetDataFormatResp()
1469 GetTLV( pBuffer, buffSize, 0x15, &set->dl_data_aggregation_max_datagrams, 4); in QMIWDASetDataFormatResp()
1470 GetTLV( pBuffer, buffSize, 0x16, &set->dl_data_aggregation_max_size, 4); in QMIWDASetDataFormatResp()
1471 GetTLV( pBuffer, buffSize, 0x17, &set->ul_data_aggregation_max_datagrams, 4); in QMIWDASetDataFormatResp()
1472 GetTLV( pBuffer, buffSize, 0x18, &set->ul_data_aggregation_max_size, 4); in QMIWDASetDataFormatResp()
1473 GetTLV( pBuffer, buffSize, 0x1a, &set->dl_minimum_padding, 4); in QMIWDASetDataFormatResp()