Data Fields | |
struct wps_context * | wps |
int | pbc |
int | selected_registrar |
int(* | new_psk_cb )(void *ctx, const u8 *mac_addr, const u8 *psk, size_t psk_len) |
int(* | set_ie_cb )(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len, const u8 *probe_resp_ie, size_t probe_resp_ie_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) |
void(* | set_sel_reg_cb )(void *ctx, int sel_reg, u16 dev_passwd_id, u16 sel_reg_config_methods) |
void * | cb_ctx |
struct wps_uuid_pin * | pins |
struct wps_pbc_session * | pbc_sessions |
int | skip_cred_build |
struct wpabuf * | extra_cred |
int | disable_auto_conf |
int | sel_reg_dev_password_id_override |
int | sel_reg_config_methods_override |
int | static_wep_only |
struct wps_registrar_device * | devices |
int | force_pbc_overlap |
Definition at line 91 of file wps_registrar.c.