Searched refs:wps_data (Results 1 - 25 of 39) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
137 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
149 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
150 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
153 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
160 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
161 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_upnp.h18 struct wps_data;
22 struct wps_data *wps;
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
104 static struct wpabuf * wps_build_m1(struct wps_data *wps)
166 static struct wpabuf * wps_build_m3(struct wps_data *wps)
203 static struct wpabuf * wps_build_m5(struct wps_data *wps)
238 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
248 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg)
272 static int wps_build_cred_encr_type(struct wps_data *wp
[all...]
H A Dwps_er.h28 struct wps_data *wps;
40 struct wps_data *wps;
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
158 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
274 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
284 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
294 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
318 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
339 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
349 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
359 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
374 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_registrar.c1089 * @wps_data: WPS IE contents
1096 const struct wpabuf *wps_data,
1104 wps_data);
1106 if (wps_parse_msg(wps_data, &attr) < 0)
1354 static int wps_get_dev_password(struct wps_data *wps)
1417 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1427 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1475 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1485 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1591 int wps_build_cred(struct wps_data *wp
1095 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
H A Dwps.c39 struct wps_data * wps_init(const struct wps_config *cfg)
41 struct wps_data *data = os_zalloc(sizeof(*data));
160 void wps_deinit(struct wps_data *data)
203 enum wps_process_res wps_process_msg(struct wps_data *wps,
223 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
H A Dwps.h192 struct wps_data * wps_init(const struct wps_config *cfg);
194 void wps_deinit(struct wps_data *data);
221 enum wps_process_res wps_process_msg(struct wps_data *wps,
225 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
819 const struct wpabuf *wps_data,
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
137 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
149 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
150 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
153 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
160 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
161 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_upnp.h18 struct wps_data;
22 struct wps_data *wps;
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
104 static struct wpabuf * wps_build_m1(struct wps_data *wps)
166 static struct wpabuf * wps_build_m3(struct wps_data *wps)
203 static struct wpabuf * wps_build_m5(struct wps_data *wps)
238 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
248 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg)
272 static int wps_build_cred_encr_type(struct wps_data *wp
[all...]
H A Dwps_er.h28 struct wps_data *wps;
40 struct wps_data *wps;
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
158 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
274 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
284 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
294 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
318 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
339 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
349 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
359 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
374 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_registrar.c1089 * @wps_data: WPS IE contents
1096 const struct wpabuf *wps_data,
1104 wps_data);
1106 if (wps_parse_msg(wps_data, &attr) < 0)
1354 static int wps_get_dev_password(struct wps_data *wps)
1417 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1427 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1475 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1485 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1591 int wps_build_cred(struct wps_data *wp
1095 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
H A Dwps.c39 struct wps_data * wps_init(const struct wps_config *cfg)
41 struct wps_data *data = os_zalloc(sizeof(*data));
160 void wps_deinit(struct wps_data *data)
203 enum wps_process_res wps_process_msg(struct wps_data *wps,
223 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
H A Dwps.h192 struct wps_data * wps_init(const struct wps_config *cfg);
194 void wps_deinit(struct wps_data *data);
221 enum wps_process_res wps_process_msg(struct wps_data *wps,
225 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
819 const struct wpabuf *wps_data,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
137 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
149 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
150 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
153 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
160 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
161 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_upnp.h18 struct wps_data;
22 struct wps_data *wps;
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
104 static struct wpabuf * wps_build_m1(struct wps_data *wps)
166 static struct wpabuf * wps_build_m3(struct wps_data *wps)
203 static struct wpabuf * wps_build_m5(struct wps_data *wps)
238 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
248 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg)
272 static int wps_build_cred_encr_type(struct wps_data *wp
[all...]
H A Dwps_er.h28 struct wps_data *wps;
40 struct wps_data *wps;
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
158 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
274 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
284 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
294 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
318 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
339 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
349 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
359 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
374 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_registrar.c1089 * @wps_data: WPS IE contents
1096 const struct wpabuf *wps_data,
1104 wps_data);
1106 if (wps_parse_msg(wps_data, &attr) < 0)
1354 static int wps_get_dev_password(struct wps_data *wps)
1417 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1427 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1475 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1485 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1591 int wps_build_cred(struct wps_data *wp
1095 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,

Completed in 198 milliseconds

12