Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
136 int wps_derive_keys(struct wps_data *wps);
137 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
139 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
151 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
152 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
155 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
162 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
163 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1()
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid()
253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type()
277 static int wps_build_cred_encr_type(struct wps_data *wp
[all...]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
284 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
294 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
304 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
328 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
349 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
359 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
369 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
384 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_registrar.c1140 * @wps_data: WPS IE contents
1147 const struct wpabuf *wps_data, in wps_registrar_probe_req_rx()
1155 wps_data); in wps_registrar_probe_req_rx()
1157 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx()
1405 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1467 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r()
1477 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash()
1525 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1()
1535 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce2()
1641 int wps_build_cred(struct wps_data *wp
1146 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) wps_registrar_probe_req_rx() argument
[all...]
H A Dwps_upnp.h18 struct wps_data;
22 struct wps_data *wps;
H A Dwps_er.h28 struct wps_data *wps;
40 struct wps_data *wps;
H A Dwps.c39 struct wps_data * wps_init(const struct wps_config *cfg) in wps_init()
41 struct wps_data *data = os_zalloc(sizeof(*data)); in wps_init()
158 void wps_deinit(struct wps_data *data) in wps_deinit()
201 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg()
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
H A Dwps.h199 struct wps_data * wps_init(const struct wps_config *cfg);
201 void wps_deinit(struct wps_data *data);
228 enum wps_process_res wps_process_msg(struct wps_data *wps,
232 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
857 const struct wpabuf *wps_data,
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
359 struct wps_data data; in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
598 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps) in wps_build_wsc_nack()
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator()
53 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, in wps_process_key_wrap_auth()
H A Dwps_er.c2041 struct wps_data data; in wps_er_config_token_from_cred()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
136 int wps_derive_keys(struct wps_data *wps);
137 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
139 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
151 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
152 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
155 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
162 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
163 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1()
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2()
104 static struct wpabuf * wps_build_m1(struct wps_data *wps) in wps_build_m1()
170 static struct wpabuf * wps_build_m3(struct wps_data *wps) in wps_build_m3()
208 static struct wpabuf * wps_build_m5(struct wps_data *wps) in wps_build_m5()
243 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid()
253 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type()
277 static int wps_build_cred_encr_type(struct wps_data *wp
[all...]
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
286 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_enrollee_nonce()
296 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) in wps_build_registrar_nonce()
306 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_auth_type_flags()
333 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_encr_type_flags()
357 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) in wps_build_conn_type_flags()
367 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_assoc_state()
377 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) in wps_build_key_wrap_auth()
393 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_registrar.c1141 * @wps_data: WPS IE contents
1148 const struct wpabuf *wps_data, in wps_registrar_probe_req_rx()
1156 wps_data); in wps_registrar_probe_req_rx()
1158 if (wps_parse_msg(wps_data, &attr) < 0) in wps_registrar_probe_req_rx()
1383 static int wps_get_dev_password(struct wps_data *wps) in wps_get_dev_password()
1445 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg) in wps_build_uuid_r()
1455 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_hash()
1503 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce1()
1513 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_r_snonce2()
1619 int wps_build_cred(struct wps_data *wp
1147 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) wps_registrar_probe_req_rx() argument
[all...]
H A Dwps_upnp.h18 struct wps_data;
22 struct wps_data *wps;
H A Dwps.c38 struct wps_data * wps_init(const struct wps_config *cfg) in wps_init()
40 struct wps_data *data = os_zalloc(sizeof(*data)); in wps_init()
157 void wps_deinit(struct wps_data *data) in wps_deinit()
188 int wps_check_msg_done(struct wps_data *wps) in wps_check_msg_done()
207 enum wps_process_res wps_process_msg(struct wps_data *wps, in wps_process_msg()
227 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
H A Dwps_er.h28 struct wps_data *wps;
40 struct wps_data *wps;
H A Dwps.h200 struct wps_data * wps_init(const struct wps_config *cfg);
202 void wps_deinit(struct wps_data *data);
229 enum wps_process_res wps_process_msg(struct wps_data *wps,
233 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
865 const struct wpabuf *wps_data,
H A Dwps_common.c62 int wps_derive_keys(struct wps_data *wps) in wps_derive_keys()
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd, in wps_derive_psk()
155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr, in wps_decrypt_encr_settings()
359 struct wps_data data; in wps_get_oob_cred()
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps) in wps_build_wsc_ack()
598 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps) in wps_build_wsc_nack()
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, in wps_process_authenticator()
54 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg, in wps_process_key_wrap_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_wsc.c29 struct wps_data *wps;
431 extern int wps_check_msg_done(struct wps_data *wps);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_wsc.c27 struct wps_data *wps;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_wsc.c27 struct wps_data *wps;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_wsc.c27 struct wps_data *wps;

Completed in 26 milliseconds

12