Libu2f-emu  0.0.0
Universal 2nd Factor (U2F) Emulation C Library
Data Fields
usb_state Struct Reference

USB transport state. More...

#include <usb.h>

Collaboration diagram for usb_state:
Collaboration graph
[legend]

Data Fields

u2f_emu_vdevvdev
 
uint32_t cid_seed
 
struct transaction transaction
 
bool in_transaction
 
struct messageresponse
 

Detailed Description

USB transport state.

Field Documentation

uint32_t usb_state::cid_seed

Seed used to generate random cid

bool usb_state::in_transaction

Are we in a transaction

struct message* usb_state::response

Last response

struct transaction usb_state::transaction

Current transaction

u2f_emu_vdev* usb_state::vdev

The documentation for this struct was generated from the following file: