Lines Matching refs:wpabuf
62 struct wpabuf *dh_privkey;
63 struct wpabuf *dh_pubkey_e;
64 struct wpabuf *dh_pubkey_r;
69 struct wpabuf *last_msg;
140 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
153 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
154 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
157 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
158 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type);
159 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type);
160 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
161 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
162 int wps_build_dev_password_id(struct wpabuf *msg, u16 id);
163 int wps_build_config_error(struct wpabuf *msg, u16 err);
164 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
165 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
166 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
167 struct wpabuf *plain);
168 int wps_build_version(struct wpabuf *msg);
169 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll,
172 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
173 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg);
174 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg);
175 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg);
176 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg);
177 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg);
178 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg);
179 int wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id,
180 const struct wpabuf *pubkey, const u8 *dev_pw,
182 struct wpabuf * wps_ie_encapsulate(struct wpabuf *data);
183 int wps_build_mac_addr(struct wpabuf *msg, const u8 *addr);
184 int wps_build_rf_bands_attr(struct wpabuf *msg, u8 rf_bands);
185 int wps_build_ap_channel(struct wpabuf *msg, u16 ap_channel);
189 const struct wpabuf *msg);
190 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
198 struct wpabuf * wps_enrollee_get_msg(struct wps_data *wps,
202 const struct wpabuf *msg);
205 struct wpabuf * wps_registrar_get_msg(struct wps_data *wps,
209 const struct wpabuf *msg);
210 int wps_build_cred(struct wps_data *wps, struct wpabuf *msg);