Wi-Fi Protected Setup - attribute building. More...
#include "includes.h"
#include "common.h"
#include "dh_group5.h"
#include "crypto.h"
#include "sha256.h"
#include "aes_wrap.h"
#include "wps_i.h"
Go to the source code of this file.
Functions | |
int | wps_build_public_key (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_req_type (struct wpabuf *msg, enum wps_request_type type) |
int | wps_build_config_methods (struct wpabuf *msg, u16 methods) |
int | wps_build_uuid_e (struct wpabuf *msg, const u8 *uuid) |
int | wps_build_dev_password_id (struct wpabuf *msg, u16 id) |
int | wps_build_config_error (struct wpabuf *msg, u16 err) |
int | wps_build_authenticator (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_version (struct wpabuf *msg) |
int | wps_build_msg_type (struct wpabuf *msg, enum wps_msg_type msg_type) |
int | wps_build_enrollee_nonce (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_registrar_nonce (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_auth_type_flags (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_encr_type_flags (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_conn_type_flags (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_assoc_state (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_key_wrap_auth (struct wps_data *wps, struct wpabuf *msg) |
int | wps_build_encr_settings (struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) |
Wi-Fi Protected Setup - attribute building.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file wps_attr_build.c.