Searched defs:wps_data (Results 1 - 8 of 8) 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
128 int wps_derive_keys(struct wps_data *wps);
129 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
131 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
144 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
145 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
148 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
155 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
156 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_registrar.c1053 * @wps_data: WPS IE contents
1060 const struct wpabuf *wps_data,
1067 wps_data);
1069 if (wps_parse_msg(wps_data, &attr) < 0)
1301 static int wps_get_dev_password(struct wps_data *wps)
1342 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1352 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1400 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1410 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1528 int wps_build_cred(struct wps_data *wp
1059 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
128 int wps_derive_keys(struct wps_data *wps);
129 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
131 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
144 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
145 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
148 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
155 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
156 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_registrar.c1053 * @wps_data: WPS IE contents
1060 const struct wpabuf *wps_data,
1067 wps_data);
1069 if (wps_parse_msg(wps_data, &attr) < 0)
1301 static int wps_get_dev_password(struct wps_data *wps)
1342 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1352 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1400 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1410 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1528 int wps_build_cred(struct wps_data *wp
1059 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
128 int wps_derive_keys(struct wps_data *wps);
129 void wps_derive_psk(struct wps_data *wps, const u8 *dev_passwd,
131 struct wpabuf * wps_decrypt_encr_settings(struct wps_data *wps, const u8 *encr,
144 struct wpabuf * wps_build_wsc_ack(struct wps_data *wps);
145 struct wpabuf * wps_build_wsc_nack(struct wps_data *wps);
148 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg);
155 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg);
156 int wps_build_key_wrap_auth(struct wps_data *wp
[all...]
H A Dwps_registrar.c1053 * @wps_data: WPS IE contents
1060 const struct wpabuf *wps_data,
1067 wps_data);
1069 if (wps_parse_msg(wps_data, &attr) < 0)
1301 static int wps_get_dev_password(struct wps_data *wps)
1342 static int wps_build_uuid_r(struct wps_data *wps, struct wpabuf *msg)
1352 static int wps_build_r_hash(struct wps_data *wps, struct wpabuf *msg)
1400 static int wps_build_r_snonce1(struct wps_data *wps, struct wpabuf *msg)
1410 static int wps_build_r_snonce2(struct wps_data *wps, struct wpabuf *msg)
1528 int wps_build_cred(struct wps_data *wp
1059 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_6/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_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...]

Completed in 1195 milliseconds