wps_ufd.c File Reference

UFD routines for Wi-Fi Protected Setup. More...

#include "includes.h"
#include "common.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <dirent.h>
#include "wps/wps.h"
Include dependency graph for wps_ufd.c:

Go to the source code of this file.

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

Detailed Description

UFD routines for Wi-Fi Protected Setup.

Copyright
Copyright (c) 2009, Masashi Honma <honma@ictec.co.jp>

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_ufd.c.


Variable Documentation

struct oob_device_data oob_ufd_device_data
Initial value:
 {
        .device_name    = NULL,
        .device_path    = NULL,
        .init_func      = init_ufd,
        .read_func      = read_ufd,
        .write_func     = write_ufd,
        .deinit_func    = deinit_ufd,
}

Definition at line 228 of file wps_ufd.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:24:36 2009 for hostapd by  doxygen 1.6.1