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

  /external/wpa_supplicant_8/src/wps/
wps_i.h 18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 int 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 *wps, struct wpabuf *msg)
    [all...]
wps_upnp.h 18 struct wps_data;
22 struct wps_data *wps;
wps_enrollee.c 19 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)
204 static struct wpabuf * wps_build_m5(struct wps_data *wps)
239 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg)
249 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg)
273 static int wps_build_cred_encr_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)
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 *wps, struct wpabuf *msg
    [all...]
wps_registrar.c 1091 * @wps_data: WPS IE contents
1098 const struct wpabuf *wps_data,
1106 wps_data);
1108 if (wps_parse_msg(wps_data, &attr) < 0)
    [all...]
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,
wps.c 39 struct wps_data * wps_init(const struct wps_config *cfg)
41 struct wps_data *data = os_zalloc(sizeof(*data));
156 void wps_deinit(struct wps_data *data)
199 enum wps_process_res wps_process_msg(struct wps_data *wps,
219 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
wps.h 192 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,
wps_common.c 62 int wps_derive_keys(struct wps_data *wps)
132 int wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
155 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
359 struct wps_data data;
575 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps)
598 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps)
wps_er.c     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 27 struct wps_data *wps;
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 27 struct wps_data *wps;

Completed in 81 milliseconds