Home | History | Annotate | Download | only in wps

Lines Matching refs:wpabuf

61 	struct wpabuf *dh_privkey;
62 struct wpabuf *dh_pubkey_e;
63 struct wpabuf *dh_pubkey_r;
68 struct wpabuf *last_msg;
134 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
146 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
147 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
150 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
151 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type);
152 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type);
153 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
154 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
155 int wps_build_dev_password_id(struct wpabuf *msg, u16 id);
156 int wps_build_config_error(struct wpabuf *msg, u16 err);
157 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
158 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
159 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
160 struct wpabuf *plain);
161 int wps_build_version(struct wpabuf *msg);
162 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll,
164 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
165 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg);
166 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg);
167 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg);
168 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg);
169 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg);
170 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg);
171 int wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id,
172 const struct wpabuf *pubkey, const u8 *dev_pw,
174 struct wpabuf * wps_ie_encapsulate(struct wpabuf *data);
175 int wps_build_mac_addr(struct wpabuf *msg, const u8 *addr);
179 const struct wpabuf *msg);
180 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
188 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps,
192 const struct wpabuf *msg);
195 struct wpabuf * wps_registrar_get_msg(struct wps_data *wps,
199 const struct wpabuf *msg);
200 int wps_build_cred(struct wps_data *wps, struct wpabuf *msg);