Searched refs:wps_uuid_pin (Results 1 – 1 of 1) sorted by relevance
73 struct wps_uuid_pin { struct87 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() argument94 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin()103 struct wps_uuid_pin *pin, *prev; in wps_free_pins()104 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins()193 struct wps_uuid_pin *pin);708 struct wps_uuid_pin *pin; in wps_registrar_invalidate_unused()710 dl_list_for_each(pin, ®->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused()735 struct wps_uuid_pin *p; in wps_registrar_add_pin()737 p = (struct wps_uuid_pin *)os_zalloc(sizeof(*p)); in wps_registrar_add_pin()[all …]