Lines Matching defs:wps_config
121 struct wps_config { struct
125 struct wps_context *wps;
130 int registrar;
135 const u8 *pin;
140 size_t pin_len;
145 int pbc;
150 const struct wpabuf *assoc_wps_ie;
160 const struct wps_credential *new_ap_settings;
165 const u8 *peer_addr;
174 int use_psk_key;
200 struct wps_data * wps_init(const struct wps_config *cfg); argument