Lines Matching defs:wps_config
108 struct wps_config { struct
112 struct wps_context *wps;
117 int registrar;
122 const u8 *pin;
127 size_t pin_len;
132 int pbc;
137 const struct wpabuf *assoc_wps_ie;
147 const struct wps_credential *new_ap_settings;
152 const u8 *peer_addr;
161 int use_psk_key;
166 u16 dev_pw_id;
192 struct wps_data * wps_init(const struct wps_config *cfg); argument