Go to the source code of this file.
Functions | |
int | wps_build_device_attrs (struct wps_device_data *dev, struct wpabuf *msg) |
int | wps_build_os_version (struct wps_device_data *dev, struct wpabuf *msg) |
int | wps_build_primary_dev_type (struct wps_device_data *dev, struct wpabuf *msg) |
int | wps_build_rf_bands (struct wps_device_data *dev, struct wpabuf *msg) |
void | wps_device_data_dup (struct wps_device_data *dst, const struct wps_device_data *src) |
void | wps_device_data_free (struct wps_device_data *dev) |
int | wps_process_device_attrs (struct wps_device_data *dev, struct wps_parse_attr *attr) |
int | wps_process_os_version (struct wps_device_data *dev, const u8 *ver) |
int | wps_process_rf_bands (struct wps_device_data *dev, const u8 *bands) |
int wps_build_device_attrs | ( | struct wps_device_data * | dev, | |
struct wpabuf * | msg | |||
) |
Definition at line 146 of file wps_dev_attr.c.
int wps_build_os_version | ( | struct wps_device_data * | dev, | |
struct wpabuf * | msg | |||
) |
Definition at line 159 of file wps_dev_attr.c.
int wps_build_primary_dev_type | ( | struct wps_device_data * | dev, | |
struct wpabuf * | msg | |||
) |
Definition at line 114 of file wps_dev_attr.c.
int wps_build_rf_bands | ( | struct wps_device_data * | dev, | |
struct wpabuf * | msg | |||
) |
Definition at line 169 of file wps_dev_attr.c.
void wps_device_data_dup | ( | struct wps_device_data * | dst, | |
const struct wps_device_data * | src | |||
) |
Definition at line 351 of file wps_dev_attr.c.
void wps_device_data_free | ( | struct wps_device_data * | dev | ) |
Definition at line 370 of file wps_dev_attr.c.
int wps_process_device_attrs | ( | struct wps_device_data * | dev, | |
struct wps_parse_attr * | attr | |||
) |
Definition at line 305 of file wps_dev_attr.c.
int wps_process_os_version | ( | struct wps_device_data * | dev, | |
const u8 * | ver | |||
) |
Definition at line 323 of file wps_dev_attr.c.
int wps_process_rf_bands | ( | struct wps_device_data * | dev, | |
const u8 * | bands | |||
) |
Definition at line 337 of file wps_dev_attr.c.