WPS configuration for a single registration protocol run. More...
#include <wps.h>
Data Fields | |
struct wps_context * | wps |
Pointer to long term WPS context. | |
int | registrar |
Whether this end is a Registrar. | |
const u8 * | pin |
Enrollee Device Password (NULL for Registrar or PBC). | |
size_t | pin_len |
Length on pin in octets. | |
int | pbc |
Whether this is protocol run uses PBC. | |
struct wpabuf * | assoc_wps_ie |
struct wps_credential * | new_ap_settings |
New AP settings (NULL if not used). | |
const u8 * | peer_addr |
WPS configuration for a single registration protocol run.
Definition at line 110 of file wps.h.
struct wpabuf* wps_config::assoc_wps_ie [read] |
struct wps_credential* wps_config::new_ap_settings [read] |
New AP settings (NULL if not used).
This parameter provides new AP settings when using a wireless stations as a Registrar to configure the AP. NULL means that AP will not be reconfigured, i.e., the station will only learn the current AP settings by using AP PIN.
const u8* wps_config::peer_addr |