Home | History | Annotate | Download | only in wps

Lines Matching defs:head

637 	const char *head =
676 wpabuf_put_str(buf, head);
952 static void upnp_wps_free_msearchreply(struct dl_list *head)
955 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
961 static void upnp_wps_free_subscriptions(struct dl_list *head,
965 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {