mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
iAP: authentication 1.0
Change-Id: I71b8e9f7ce2568c180396d6695cef18ce94ded32
This commit is contained in:
parent
efd047a08b
commit
b2d650f511
3 changed files with 24 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue