iAP: authentication 1.0

Change-Id: I71b8e9f7ce2568c180396d6695cef18ce94ded32
This commit is contained in:
Cástor Muñoz 2014-12-06 23:27:01 +01:00
parent efd047a08b
commit b2d650f511
3 changed files with 24 additions and 3 deletions

View file

@ -88,6 +88,7 @@ struct auth_t {
enum authen_state state; /* Current state of authentication */
unsigned char max_section; /* The maximum number of certificate sections */
unsigned char next_section; /* The next expected section number */
uint16_t version; /* Authentication version */
};
/* State of GetAccessoryInfo */