Wi-Fi Protected Setup - attribute processing. More...
#include "includes.h"
#include "common.h"
#include "sha256.h"
#include "wps_i.h"
Go to the source code of this file.
Functions | |
int | wps_process_authenticator (struct wps_data *wps, const u8 *authenticator, const struct wpabuf *msg) |
int | wps_process_key_wrap_auth (struct wps_data *wps, struct wpabuf *msg, const u8 *key_wrap_auth) |
int | wps_process_cred (struct wps_parse_attr *attr, struct wps_credential *cred) |
int | wps_process_ap_settings (struct wps_parse_attr *attr, struct wps_credential *cred) |
Wi-Fi Protected Setup - attribute processing.
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_process.c.