wps_config is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxRelatedReferencesInstances

Fields

Field
Declared as
Description
struct wps_context *
wps - Pointer to long term WPS context.
int
registrar - Whether this end is a Registrar.
const u8[9]
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.
const struct wpabuf *
assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP).
const struct wps_credential *
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.
const u8 *
peer_addr: MAC address of the peer in AP; %NULL if not AP.
int
use_psk_key - Use PSK format key in Credential Force PSK format to be used instead of ASCII passphrase when building Credential for an Enrollee. The PSK value is set in struct wpa_context::psk.
dev_pw_id - Device Password ID for Enrollee when PIN is used.

References