#include "utils/list.h"
Go to the source code of this file.
Classes | |
struct | wps_er |
struct | wps_er_ap |
struct | wps_er_sta |
Functions | |
void | wps_er_ap_add (struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) |
void | wps_er_ap_remove (struct wps_er *er, struct in_addr *addr) |
void | wps_er_send_ssdp_msearch (struct wps_er *er) |
void | wps_er_ssdp_deinit (struct wps_er *er) |
int | wps_er_ssdp_init (struct wps_er *er) |
void wps_er_ap_remove | ( | struct wps_er * | er, | |
struct in_addr * | addr | |||
) |
void wps_er_send_ssdp_msearch | ( | struct wps_er * | er | ) |
Definition at line 131 of file wps_er_ssdp.c.
void wps_er_ssdp_deinit | ( | struct wps_er * | er | ) |
Definition at line 188 of file wps_er_ssdp.c.
int wps_er_ssdp_init | ( | struct wps_er * | er | ) |
Definition at line 163 of file wps_er_ssdp.c.