Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c78 struct wps_uuid_pin { struct
92 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() argument
99 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin()
108 struct wps_uuid_pin *pin, *prev; in wps_free_pins()
109 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()
199 struct wps_uuid_pin *pin);
713 struct wps_uuid_pin *pin; in wps_registrar_invalidate_unused()
715 dl_list_for_each(pin, &reg->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused()
740 struct wps_uuid_pin *p; in wps_registrar_add_pin()
792 struct wps_uuid_pin *pin) in wps_registrar_remove_pin()
[all …]