Home | History | Annotate | Download | only in wps

Lines Matching defs:subscription

79 struct subscription {
82 time_t timeout_time; /* when to age out the subscription */
85 * This uuid identifies the subscription and is randomly generated by
86 * us and given to the subscriber when the subscription is accepted;
152 struct subscription * subscription_start(struct upnp_wps_device_sm *sm,
154 struct subscription * subscription_renew(struct upnp_wps_device_sm *sm,
156 void subscription_destroy(struct subscription *s);
157 struct subscription * subscription_find(struct upnp_wps_device_sm *sm,
180 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
181 void event_delete_all(struct subscription *s);
187 struct subscription *s,
190 struct subscription *s);