Searched refs:FIDO_CAP_NMSG (Results 1 – 4 of 4) sorted by relevance
104 #define FIDO_CAP_NMSG 0x08 /* if set, device doesn't support CTAP_CMD_MSG */ macro
171 attr->flags = FIDO_CAP_CBOR | FIDO_CAP_NMSG; in rx_init()175 attr->flags = FIDO_CAP_CBOR | FIDO_CAP_NMSG; in rx_init()
41 if (flags & FIDO_CAP_NMSG) { in format_flags()