Searched defs:wps_data (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void 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 *wp
[all...]
H A Dwps_registrar.c1076 * @wps_data: WPS IE contents
1083 const struct wpabuf *wps_data,
1091 wps_data);
1093 if (wps_parse_msg(wps_data, &attr) < 0)
1341 static int wps_get_dev_password(struct wps_data *wps)
1404 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1414 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1462 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1472 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1578 int wps_build_cred(struct wps_data *wp
1082 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void 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 *wp
[all...]
H A Dwps_registrar.c1076 * @wps_data: WPS IE contents
1083 const struct wpabuf *wps_data,
1091 wps_data);
1093 if (wps_parse_msg(wps_data, &attr) < 0)
1341 static int wps_get_dev_password(struct wps_data *wps)
1404 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1414 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1462 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1472 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1578 int wps_build_cred(struct wps_data *wp
1082 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h18 * struct wps_data - WPS registration protocol data
23 struct wps_data { struct
134 int wps_derive_keys(struct wps_data *wps);
135 void 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 *wp
[all...]
H A Dwps_registrar.c1076 * @wps_data: WPS IE contents
1083 const struct wpabuf *wps_data,
1091 wps_data);
1093 if (wps_parse_msg(wps_data, &attr) < 0)
1341 static int wps_get_dev_password(struct wps_data *wps)
1404 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1414 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1462 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1472 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1578 int wps_build_cred(struct wps_data *wp
1082 wps_registrar_probe_req_rx(struct wps_registrar *reg, const u8 *addr, const struct wpabuf *wps_data, int p2p_wildcard) argument
[all...]

Completed in 163 milliseconds