wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
wps_er.c File Reference

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"

Functions

int wps_er_ap_cache_settings (struct wps_er *er, struct in_addr *addr)
 
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_erwps_er_init (struct wps_context *wps, const char *ifname, const char *filter)
 
void wps_er_refresh (struct wps_er *er)
 
void wps_er_deinit (struct wps_er *er, void(*cb)(void *ctx), void *ctx)
 
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, const u8 *addr)
 
const u8 * wps_er_get_sta_uuid (struct wps_er *er, const u8 *addr)
 
int wps_er_learn (struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len)
 
int wps_er_set_config (struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred)
 
int wps_er_config (struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred)
 

Detailed Description

Wi-Fi Protected Setup - External Registrar.