Wi-Fi Protected Setup - External Registrar. More...
#include "includes.h"
#include "common.h"
#include "base64.h"
#include "uuid.h"
#include "eloop.h"
#include "httpread.h"
#include "http_client.h"
#include "http_server.h"
#include "upnp_xml.h"
#include "wps_i.h"
#include "wps_upnp.h"
#include "wps_upnp_i.h"
#include "wps_er.h"
Go to the source code of this file.
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) |
struct wps_er * | wps_er_init (struct wps_context *wps, const char *ifname) |
void | wps_er_refresh (struct wps_er *er) |
void | wps_er_deinit (struct wps_er *er) |
void | wps_er_set_sel_reg (struct wps_er *er, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) |
int | wps_er_pbc (struct wps_er *er, const u8 *uuid) |
int | wps_er_learn (struct wps_er *er, const u8 *uuid, const u8 *pin, size_t pin_len) |
Wi-Fi Protected Setup - External Registrar.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wps_er.c.