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 35 struct wps_uuid_pin { struct
49 static void wps_free_pin(struct wps_uuid_pin *pin)
56 static void wps_remove_pin(struct wps_uuid_pin *pin)
65 struct wps_uuid_pin *pin, *prev;
66 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list)
665 struct wps_uuid_pin *p;
714 struct wps_uuid_pin *pin)
731 struct wps_uuid_pin *pin, *prev;
735 dl_list_for_each_safe(pin, prev, &reg->pins, struct wps_uuid_pin, list)
754 struct wps_uuid_pin *pin, *prev
    [all...]

Completed in 17 milliseconds