|
wpa_supplicant / hostapd 2.0
|
UFD routines for Wi-Fi Protected Setup. More...
#include "includes.h"#include "common.h"#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <dirent.h>#include "wps/wps.h"#include "wps/wps_i.h"Data Structures | |
| struct | wps_ufd_data |
Defines | |
| #define | UFD_DIR1 "%s/SMRTNTKY" |
| #define | UFD_DIR2 UFD_DIR1 "/WFAWSC" |
| #define | UFD_FILE UFD_DIR2 "/%s" |
Variables | |
| struct oob_device_data | oob_ufd_device_data |
UFD routines for Wi-Fi Protected Setup.
This software may be distributed under the terms of the BSD license. See README for more details.
| struct oob_device_data oob_ufd_device_data |
{
.device_name = NULL,
.device_path = NULL,
.init_func = init_ufd,
.read_func = read_ufd,
.write_func = write_ufd,
.deinit_func = deinit_ufd,
}
1.7.3