wpa_supplicant / hostapd
2.5
|
Wi-Fi Protected Setup - External Registrar. More...
#include "utils/list.h"
Go to the source code of this file.
Data Structures | |
struct | wps_er_sta |
struct | wps_er_ap |
struct | wps_er_ap_settings |
struct | wps_er |
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) |
int | wps_er_ap_cache_settings (struct wps_er *er, struct in_addr *addr) |
int | wps_er_ssdp_init (struct wps_er *er) |
void | wps_er_ssdp_deinit (struct wps_er *er) |
void | wps_er_send_ssdp_msearch (struct wps_er *er) |
Wi-Fi Protected Setup - External Registrar.