#include <wps.h>
Public Attributes | |
struct wpabuf * | assoc_wps_ie |
struct wps_credential * | new_ap_settings |
int | pbc |
const u8 * | peer_addr |
const u8 * | pin |
size_t | pin_len |
int | registrar |
int | use_psk_key |
struct wps_context * | wps |
struct wps_config - WPS configuration for a single registration protocol run
struct wpabuf* wps_config::assoc_wps_ie |
new_ap_settings - 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.
int wps_config::pbc |
const u8* wps_config::peer_addr |
const u8* wps_config::pin |
size_t wps_config::pin_len |
struct wps_context* wps_config::wps |