Skip to main content

PUK_MAX_RETRIES

Constant PUK_MAX_RETRIES 

Source
pub(crate) const PUK_MAX_RETRIES: u8 = 10;
Expand description

Size of one PUK batch on Counter1. Effective tries inside a batch is PUK_MAX_RETRIES - 1 (= 9), for the same reason as PIN_MAX_RETRIES.