HomeSort by relevance Sort by last modified time
    Searched refs:wps_data (Results 1 - 11 of 11) 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_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;

Completed in 328 milliseconds