Wi-Fi Protected Setup - Enrollee. More...
#include "includes.h"
#include "common.h"
#include "sha256.h"
#include "wps_i.h"
#include "wps_dev_attr.h"
#include "crypto.h"
Go to the source code of this file.
Functions | |
struct wpabuf * | wps_enrollee_get_msg (struct wps_data *wps, enum wsc_op_code *op_code) |
enum wps_process_res | wps_enrollee_process_msg (struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) |
Wi-Fi Protected Setup - Enrollee.
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_enrollee.c.