Searched refs:wps_uuid_pin (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_registrar.c | 78 struct wps_uuid_pin { struct 92 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() 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() 230 struct wps_uuid_pin *pin); 762 struct wps_uuid_pin *pin; in wps_registrar_invalidate_unused() 764 dl_list_for_each(pin, ®->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused() 789 struct wps_uuid_pin *p; in wps_registrar_add_pin() 840 struct wps_uuid_pin *pi in wps_registrar_remove_pin() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_registrar.c | 79 struct wps_uuid_pin { struct 93 static void wps_free_pin(struct wps_uuid_pin *pin) in wps_free_pin() 100 static void wps_remove_pin(struct wps_uuid_pin *pin) in wps_remove_pin() 109 struct wps_uuid_pin *pin, *prev; in wps_free_pins() 110 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list) in wps_free_pins() 231 struct wps_uuid_pin *pin); 763 struct wps_uuid_pin *pin; in wps_registrar_invalidate_unused() 765 dl_list_for_each(pin, ®->pins, struct wps_uuid_pin, list) { in wps_registrar_invalidate_unused() 790 struct wps_uuid_pin *p; in wps_registrar_add_pin() 841 struct wps_uuid_pin *pi in wps_registrar_remove_pin() [all...] |
Completed in 5 milliseconds