#include <wps_i.h>
struct wps_data - WPS registration protocol data
This data is stored at the EAP-WSC server/peer method and it is kept for a single registration protocol run.
anonymous enum |
void(* wps_data::ap_settings_cb)(void *ctx, const struct wps_credential *cred) |
struct wps_credential wps_data::cred |
size_t wps_data::dev_password_len |
void* wps_data::dh_ctx |
struct wpabuf* wps_data::dh_privkey |
struct wpabuf* wps_data::dh_pubkey_e |
struct wpabuf* wps_data::dh_pubkey_r |
int wps_data::er |
struct wpabuf* wps_data::last_msg |
u8 wps_data::mac_addr_e[ETH_ALEN] |
size_t wps_data::new_psk_len |
int wps_data::pbc |
enum { ... } wps_data::state |
struct wps_credential* wps_data::use_cred |
struct wps_context* wps_data::wps |