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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dwps_i.h21 * struct wps_data - WPS registration protocol data
26 struct wps_data { struct
181 int wps_derive_keys(struct wps_data *wps);
182 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
184 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
196 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
202 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
203 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
204 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
208 int wps_build_enrollee_nonce(struct wps_data *wp
[all...]
H A Dwps_attr_build.c24 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
103 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
153 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
163 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
173 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
183 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
193 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
203 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
213 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
228 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_enrollee.c23 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg)
33 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
49 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
97 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
107 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
118 static struct wpabuf * wps_build_m1(struct wps_data *wps)
163 static struct wpabuf * wps_build_m3(struct wps_data *wps)
193 static struct wpabuf * wps_build_m5(struct wps_data *wps)
227 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
237 static int wps_build_cred_auth_type(struct wps_data *wp
[all...]
H A Dwps_upnp.h16 struct wps_data;
19 struct wps_data *wps;
H A Dwps.h126 struct wps_data * wps_init(const struct wps_config *cfg);
128 void wps_deinit(struct wps_data *data);
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
523 const struct wpabuf *wps_data);
H A Dwps.c33 struct wps_data * wps_init(const struct wps_config *cfg)
35 struct wps_data *data = os_zalloc(sizeof(*data));
99 void wps_deinit(struct wps_data *data)
133 enum wps_process_res wps_process_msg(struct wps_data *wps,
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
H A Dwps_registrar.c676 * @wps_data: WPS IE contents
683 const struct wpabuf *wps_data)
690 wps_data);
692 if (wps_parse_msg(wps_data, &attr) < 0)
881 static int wps_get_dev_password(struct wps_data *wps)
915 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
925 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
973 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
983 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1077 static int wps_build_cred(struct wps_data *wp
682 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data) argument
[all...]
H A Dwps_common.c64 int wps_derive_keys(struct wps_data *wps)
131 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
151 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
H A Dwps_attr_process.c22 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
59 int wps_process_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dwps_i.h21 * struct wps_data - WPS registration protocol data
26 struct wps_data { struct
181 int wps_derive_keys(struct wps_data *wps);
182 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
184 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
196 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
202 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
203 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
204 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
208 int wps_build_enrollee_nonce(struct wps_data *wp
[all...]
H A Dwps_attr_build.c24 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
103 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
153 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
163 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
173 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
183 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
193 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
203 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
213 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
228 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_enrollee.c23 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg)
33 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
49 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
97 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
107 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
118 static struct wpabuf * wps_build_m1(struct wps_data *wps)
163 static struct wpabuf * wps_build_m3(struct wps_data *wps)
193 static struct wpabuf * wps_build_m5(struct wps_data *wps)
227 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
237 static int wps_build_cred_auth_type(struct wps_data *wp
[all...]
H A Dwps_upnp.h16 struct wps_data;
19 struct wps_data *wps;
H A Dwps.h126 struct wps_data * wps_init(const struct wps_config *cfg);
128 void wps_deinit(struct wps_data *data);
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
523 const struct wpabuf *wps_data);
H A Dwps.c33 struct wps_data * wps_init(const struct wps_config *cfg)
35 struct wps_data *data = os_zalloc(sizeof(*data));
99 void wps_deinit(struct wps_data *data)
133 enum wps_process_res wps_process_msg(struct wps_data *wps,
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
H A Dwps_registrar.c676 * @wps_data: WPS IE contents
683 const struct wpabuf *wps_data)
690 wps_data);
692 if (wps_parse_msg(wps_data, &attr) < 0)
881 static int wps_get_dev_password(struct wps_data *wps)
915 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
925 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
973 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
983 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1077 static int wps_build_cred(struct wps_data *wp
682 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data) argument
[all...]
H A Dwps_common.c64 int wps_derive_keys(struct wps_data *wps)
131 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
151 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/wps/
H A Dwps_i.h21 * struct wps_data - WPS registration protocol data
26 struct wps_data { struct
181 int wps_derive_keys(struct wps_data *wps);
182 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
184 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
196 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
202 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
203 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg);
204 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg,
208 int wps_build_enrollee_nonce(struct wps_data *wp
[all...]
H A Dwps_attr_build.c24 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
103 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
153 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
163 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
173 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
183 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
193 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
203 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
213 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
228 int wps_build_encr_settings(struct wps_data *wp
[all...]
H A Dwps_enrollee.c23 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg)
33 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
49 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
97 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
107 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
118 static struct wpabuf * wps_build_m1(struct wps_data *wps)
163 static struct wpabuf * wps_build_m3(struct wps_data *wps)
193 static struct wpabuf * wps_build_m5(struct wps_data *wps)
227 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
237 static int wps_build_cred_auth_type(struct wps_data *wp
[all...]
H A Dwps_upnp.h16 struct wps_data;
19 struct wps_data *wps;
H A Dwps.h126 struct wps_data * wps_init(const struct wps_config *cfg);
128 void wps_deinit(struct wps_data *data);
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
523 const struct wpabuf *wps_data);
H A Dwps.c33 struct wps_data * wps_init(const struct wps_config *cfg)
35 struct wps_data *data = os_zalloc(sizeof(*data));
99 void wps_deinit(struct wps_data *data)
133 enum wps_process_res wps_process_msg(struct wps_data *wps,
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
H A Dwps_registrar.c676 * @wps_data: WPS IE contents
683 const struct wpabuf *wps_data)
690 wps_data);
692 if (wps_parse_msg(wps_data, &attr) < 0)
881 static int wps_get_dev_password(struct wps_data *wps)
915 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
925 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
973 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
983 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1077 static int wps_build_cred(struct wps_data *wp
682 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data) argument
[all...]
H A Dwps_common.c64 int wps_derive_keys(struct wps_data *wps)
131 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
151 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,

Completed in 121 milliseconds

12