Home | History | Annotate | Download | only in wps

Lines Matching refs:pins

48 static void wps_free_pins(struct wps_uuid_pin *pins)
52 pin = pins;
97 struct wps_uuid_pin *pins;
407 wps_free_pins(reg->pins);
449 p->next = reg->pins;
450 reg->pins = p;
475 pin = reg->pins;
480 reg->pins = pin->next;
507 pin = reg->pins;
511 reg->pins = pin->next;
534 pin = reg->pins;
544 * PINs matched */
545 pin = reg->pins;
582 * PINs are locked to enforce only one concurrent use. This function unlocks a
590 pin = reg->pins;