HomeSort by relevance Sort by last modified time
    Searched defs:wps_uuid_pin (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 28 struct wps_uuid_pin { struct
29 struct wps_uuid_pin *next;
41 static void wps_free_pin(struct wps_uuid_pin *pin)
48 static void wps_free_pins(struct wps_uuid_pin *pins)
50 struct wps_uuid_pin *pin, *prev;
97 struct wps_uuid_pin *pins;
426 struct wps_uuid_pin *p;
470 struct wps_uuid_pin *pin, *prev, *del;
504 struct wps_uuid_pin *pin, *prev;
530 struct wps_uuid_pin *pin
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 29 struct wps_uuid_pin { struct
43 static void wps_free_pin(struct wps_uuid_pin *pin)
50 static void wps_remove_pin(struct wps_uuid_pin *pin)
59 struct wps_uuid_pin *pin, *prev;
60 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
658 struct wps_uuid_pin *p;
707 struct wps_uuid_pin *pin)
724 struct wps_uuid_pin *pin, *prev;
728 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
747 struct wps_uuid_pin *pin, *prev
    [all...]

Completed in 19 milliseconds