Lines Matching defs:wps_config
110 struct wps_config { struct
114 struct wps_context *wps;
119 int registrar;
124 const u8 *pin;
129 size_t pin_len;
134 int pbc;
139 const struct wpabuf *assoc_wps_ie;
149 const struct wps_credential *new_ap_settings;
154 const u8 *peer_addr;
163 int use_psk_key;
168 u16 dev_pw_id;
200 struct wps_data * wps_init(const struct wps_config *cfg); argument