summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/tcKeyEstablish.h
blob: e986064f5677acc3b482bc6f1e0265aa6c27af3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**************************************************************************//**
  \file tcKeyEstablish.h

  \brief Security Trust Centre End to End Key Establish primitive header file.

  \author
    Atmel Corporation: http://www.atmel.com \n
    Support email: avr@atmel.com

  Copyright (c) 2008-2011, Atmel Corporation. All rights reserved.
  Licensed under Atmel's Limited License Agreement (BitCloudTM).

  \internal
    History:
      2008.01.17 - ALuzhetsky created.
******************************************************************************/
#ifndef _TCKEYESTABLISH
#define _TCKEYESTABLISH

/******************************************************************************
                             Types section.
******************************************************************************/
/**************************************************************************//**
  \brief TBD.

  TBD
******************************************************************************/
typedef struct
{
  union
  {
    APS_TransportKeyReq_t transportKeyReq;
  };
  //ExtAddr_t updateIndSrcAddr;
  uint8_t state;
} TC_KeyEstablishObj_t;

/******************************************************************************
                             Functions prototypes section.
******************************************************************************/
/**************************************************************************//**
  \brief TBD.
  
  \param TBD.
  \return TBD.
******************************************************************************/
#ifdef _LINK_SECURITY_ 
void APS_RequestKeyInd(APS_RequestKeyInd_t *indParams);
#endif // _LINK_SECURITY_ 

#endif // _LINK_SECURITY_ 

// eof tcKeyEstablish.h