Home | History | Annotate | Download | only in wps

Lines Matching full:wpabuf

64 	struct wpabuf *dh_privkey;
65 struct wpabuf *dh_pubkey_e;
66 struct wpabuf *dh_pubkey_r;
71 struct wpabuf *last_msg;
223 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
236 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
237 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
240 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr);
243 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
244 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type);
245 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type);
246 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
247 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
248 int wps_build_dev_password_id(struct wpabuf *msg, u16 id);
249 int wps_build_config_error(struct wpabuf *msg, u16 err);
250 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
251 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
252 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
253 struct wpabuf *plain);
254 int wps_build_version(struct wpabuf *msg);
255 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll,
257 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
258 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg);
259 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg);
260 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg);
261 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg);
262 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg);
263 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg);
264 int wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps);
265 struct wpabuf * wps_ie_encapsulate(struct wpabuf *data);
269 const struct wpabuf *msg);
270 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
278 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps,
282 const struct wpabuf *msg);
285 struct wpabuf * wps_registrar_get_msg(struct wps_data *wps,
289 const struct wpabuf *msg);
290 int wps_build_cred(struct wps_data *wps, struct wpabuf *msg);
299 struct wpabuf * ndef_parse_wifi(struct wpabuf *buf);
300 struct wpabuf * ndef_build_wifi(struct wpabuf *buf);