Public Attributes
wps_registrar_config Struct Reference

#include <wps.h>

List of all members.

Public Attributes

void * cb_ctx
int disable_auto_conf
void(* enrollee_seen_cb )(void *ctx, const u8 *addr, const u8 *uuid_e, const u8 *pri_dev_type, u16 config_methods, u16 dev_password_id, u8 request_type, const char *dev_name)
const u8 * extra_cred
size_t extra_cred_len
int(* new_psk_cb )(void *ctx, const u8 *mac_addr, const u8 *psk, size_t psk_len)
void(* pin_needed_cb )(void *ctx, const u8 *uuid_e, const struct wps_device_data *dev)
void(* reg_success_cb )(void *ctx, const u8 *mac_addr, const u8 *uuid_e)
int(* set_ie_cb )(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie)
void(* set_sel_reg_cb )(void *ctx, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods)
int skip_cred_build
int static_wep_only

Detailed Description

struct wps_registrar_config - WPS Registrar configuration

Definition at line 209 of file wps.h.


Member Data Documentation

cb_ctx: Higher layer context data for Registrar callbacks

Definition at line 299 of file wps.h.

disable_auto_conf - Disable auto-configuration on first registration

By default, the AP that is started in not configured state will generate a random PSK and move to configured state when the first registration protocol run is completed successfully. This option can be used to disable this functionality and leave it up to an external program to take care of configuration. This requires the extra_cred to be set with a suitable Credential and skip_cred_build being used.

Definition at line 336 of file wps.h.

void(* wps_registrar_config::enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e, const u8 *pri_dev_type, u16 config_methods, u16 dev_password_id, u8 request_type, const char *dev_name)

enrollee_seen_cb - Callback for reporting Enrollee based on ProbeReq : Higher layer context data (cb_ctx) : MAC address of the Enrollee : UUID of the Enrollee : Primary device type : Config Methods : Device Password ID : Request Type : Device Name (if available)

Definition at line 291 of file wps.h.

extra_cred: Additional Credential attribute(s)

This optional data (set to NULL to disable) can be used to add Credential attribute(s) for other networks into M8. If skip_cred_build is set, this will also override the automatically generated Credential attribute.

Definition at line 319 of file wps.h.

extra_cred_len: Length of extra_cred in octets

Definition at line 324 of file wps.h.

int(* wps_registrar_config::new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *psk, size_t psk_len)

new_psk_cb - Callback for new PSK : Higher layer context data (cb_ctx) : MAC address of the Enrollee : The new PSK : The length of psk in octets Returns: 0 on success, -1 on failure

This callback is called when a new per-device PSK is provisioned.

Definition at line 220 of file wps.h.

void(* wps_registrar_config::pin_needed_cb)(void *ctx, const u8 *uuid_e, const struct wps_device_data *dev)

pin_needed_cb - Callback for requesting a PIN : Higher layer context data (cb_ctx) : UUID-E of the unknown Enrollee : Device Data from the unknown Enrollee

This callback is called whenever an unknown Enrollee requests to use PIN method and a matching PIN (Device Password) is not found in Registrar data.

Definition at line 247 of file wps.h.

void(* wps_registrar_config::reg_success_cb)(void *ctx, const u8 *mac_addr, const u8 *uuid_e)

reg_success_cb - Callback for reporting successful registration : Higher layer context data (cb_ctx) : MAC address of the Enrollee : UUID-E of the Enrollee

This callback is called whenever an Enrollee completes registration successfully.

Definition at line 259 of file wps.h.

int(* wps_registrar_config::set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie)

set_ie_cb - Callback for WPS IE changes : Higher layer context data (cb_ctx) : WPS IE for Beacon : WPS IE for Probe Response Returns: 0 on success, -1 on failure

This callback is called whenever the WPS IE in Beacon or Probe Response frames needs to be changed (AP only). Callee is responsible for freeing the buffers.

Definition at line 234 of file wps.h.

void(* wps_registrar_config::set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods)

set_sel_reg_cb - Callback for reporting selected registrar changes : Higher layer context data (cb_ctx) : Whether the Registrar is selected : Device Password ID to indicate with method or specific password the Registrar intends to use : Bit field of active config methods

This callback is called whenever the Selected Registrar state changes (e.g., a new PIN becomes available or PBC is invoked). This callback is only used by External Registrar implementation; set_ie_cb() is used by AP implementation in similar caes, but it provides the full WPS IE data instead of just the minimal Registrar state information.

Definition at line 277 of file wps.h.

skip_cred_build: Do not build credential

This option can be used to disable internal code that builds Credential attribute into M8 based on the current network configuration and Enrollee capabilities. The extra_cred data will then be used as the Credential(s).

Definition at line 309 of file wps.h.

static_wep_only - Whether the BSS supports only static WEP

Definition at line 341 of file wps.h.


The documentation for this struct was generated from the following file:


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:33:26