Mif.AuthUserExtended
This command is identical to the
Mif.AuthUser command with the exception that it supports
stronger authentication methods (MIFARE and AES), supported by
MIFARE Pro cards.
Properties
- Command code: 0x1011
- Command timeout: 100 ms
- Possible status codes: General status codes, Mif.ErrNoTag, Mif.ErrBitcount, Mif.ErrBytecount, Mif.ErrAuth, Mif.ErrKey , Mif.ErrCode
Parameters (request frame)
Name | Type/Size | Description | |
---|---|---|---|
- | Bit mask (8 bits) | - | |
AuthLevel | Integer (bit mask area 0xC0) |
Desired authentication level
|
|
RFU | Integer (bit mask area 0x3C) |
Zero padding |
|
EV1Mode | Integer (bit 0x02) | Switches to EV1 secure messaging. (Only supported by MFP EV1 cards) | |
KeyB | Integer (bit 0x01) | Key B is used when this flag is set, whereas Key A is used when this flag is cleared. | |
Block | Integer (16 bits) | Block/Key address of MIFARE Pro card. | |
Key | Raw data (until end of frame) | Key to use for authentication. |
Returned values (response frame)
None