OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wps_data
(Results
1 - 2
of
2
) 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
...]
/external/wpa_supplicant_8/src/wps/
wps_i.h
21
* struct
wps_data
- WPS registration protocol data
26
struct
wps_data
{
struct
220
int wps_derive_keys(struct
wps_data
*wps);
221
void wps_derive_psk(struct
wps_data
*wps, const u8 *dev_passwd,
223
struct wpabuf * wps_decrypt_encr_settings(struct
wps_data
*wps, const u8 *encr,
236
struct wpabuf * wps_build_wsc_ack(struct
wps_data
*wps);
237
struct wpabuf * wps_build_wsc_nack(struct
wps_data
*wps);
243
int wps_build_public_key(struct
wps_data
*wps, struct wpabuf *msg);
250
int wps_build_authenticator(struct
wps_data
*wps, struct wpabuf *msg);
251
int wps_build_key_wrap_auth(struct
wps_data
*wps, struct wpabuf *msg)
[
all
...]
Completed in 1338 milliseconds