#include "includes.h"
#include "common.h"
#include "wps_i.h"
Go to the source code of this file.
Functions | |
int | wps_parse_msg (const struct wpabuf *msg, struct wps_parse_attr *attr) |
static int | wps_set_attr (struct wps_parse_attr *attr, u16 type, const u8 *pos, u16 len) |
int wps_parse_msg | ( | const struct wpabuf * | msg, | |
struct wps_parse_attr * | attr | |||
) |
Definition at line 410 of file wps_attr_parse.c.
static int wps_set_attr | ( | struct wps_parse_attr * | attr, | |
u16 | type, | |||
const u8 * | pos, | |||
u16 | len | |||
) | [static] |
Definition at line 21 of file wps_attr_parse.c.