Home
last modified time | relevance | path

Searched refs:PIN_LOCKED (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c84 #define PIN_LOCKED BIT(0) macro
716 if (pin->wildcard_uuid == 1 && !(pin->flags & PIN_LOCKED)) { in wps_registrar_invalidate_unused()
918 if (found->flags & PIN_LOCKED) { in wps_registrar_get_pin()
924 found->flags |= PIN_LOCKED; in wps_registrar_get_pin()
950 pin->flags &= ~PIN_LOCKED; in wps_registrar_unlock_pin()