#include "includes.h"
#include "common.h"
#include "eloop.h"
#include "uuid.h"
#include "wps_i.h"
#include "wps_upnp.h"
#include "wps_upnp_i.h"
Go to the source code of this file.
Functions | |
void | upnp_er_remove_notification (struct subscription *s) |
int | upnp_er_set_selected_registrar (struct wps_registrar *reg, struct subscription *s, const struct wpabuf *msg) |
static void | upnp_er_set_selected_timeout (void *eloop_ctx, void *timeout_ctx) |
void upnp_er_remove_notification | ( | struct subscription * | s | ) |
Definition at line 74 of file wps_upnp_ap.c.
int upnp_er_set_selected_registrar | ( | struct wps_registrar * | reg, |
struct subscription * | s, | ||
const struct wpabuf * | msg | ||
) |
Definition at line 34 of file wps_upnp_ap.c.
static void upnp_er_set_selected_timeout | ( | void * | eloop_ctx, |
void * | timeout_ctx | ||
) | [static] |
Definition at line 25 of file wps_upnp_ap.c.