HomeSort by relevance Sort by last modified time
    Searched refs:wps_data (Results 1 - 23 of 23) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 21 * 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 *wps, struct wpabuf *msg)
    [all...]
wps_attr_build.c 24 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 *wps, struct wpabuf *msg
    [all...]
wps_enrollee.c 23 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 *wps, struct wpabuf *msg
    [all...]
wps_upnp.h 16 struct wps_data;
19 struct wps_data *wps;
wps.h 126 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);
wps.c 33 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)
wps_registrar.c 676 * @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 *wps, struct wpabuf *msg
    [all...]
wps_common.c 64 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,
wps_attr_process.c 22 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,
  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 16 struct wps_data;
19 struct wps_data *wps;
wps_i.h 15 * struct wps_data - WPS registration protocol data
20 struct wps_data { struct
214 int wps_derive_keys(struct wps_data *wps);
215 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
217 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
230 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
231 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
237 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
244 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
245 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
    [all...]
wps_enrollee.c 19 static int wps_build_mac_addr(struct wps_data *wps, struct wpabuf *msg)
29 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg)
45 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg)
93 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg)
103 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg)
114 static struct wpabuf * wps_build_m1(struct wps_data *wps)
176 static struct wpabuf * wps_build_m3(struct wps_data *wps)
207 static struct wpabuf * wps_build_m5(struct wps_data *wps)
242 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
252 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg
    [all...]
wps_er.h 28 struct wps_data *wps;
40 struct wps_data *wps;
wps_attr_build.c 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg)
125 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg)
230 int wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg)
240 int wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg)
250 int wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg)
264 int wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg)
278 int wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg)
288 int wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg)
298 int wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg)
313 int wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg
    [all...]
wps_registrar.c 982 * @wps_data: WPS IE contents
989 const struct wpabuf *wps_data,
996 wps_data);
998 if (wps_parse_msg(wps_data, &attr) < 0)
1229 static int wps_get_dev_password(struct wps_data *wps)
    [all...]
wps.c 34 struct wps_data * wps_init(const struct wps_config *cfg)
36 struct wps_data *data = os_zalloc(sizeof(*data));
119 void wps_deinit(struct wps_data *data)
155 enum wps_process_res wps_process_msg(struct wps_data *wps,
175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
wps.h 195 struct wps_data * wps_init(const struct wps_config *cfg);
197 void wps_deinit(struct wps_data *data);
224 enum wps_process_res wps_process_msg(struct wps_data *wps,
228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
788 const struct wpabuf *wps_data,
wps_common.c 59 int wps_derive_keys(struct wps_data *wps)
129 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
149 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
313 struct wps_data data;
653 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps)
676 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps)
wps_attr_process.c 16 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,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 33 struct wps_data *wps;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 32 struct wps_data *wps;
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 27 struct wps_data *wps;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 27 struct wps_data *wps;

Completed in 1219 milliseconds