hostapd / WPS integration More...
#include "includes.h"
#include "hostapd.h"
#include "driver_i.h"
#include "eloop.h"
#include "uuid.h"
#include "wpa_ctrl.h"
#include "ieee802_11_defs.h"
#include "ieee802_11_common.h"
#include "sta_info.h"
#include "eapol_sm.h"
#include "wps/wps.h"
#include "wps/wps_defs.h"
#include "wps/wps_dev_attr.h"
#include "wps_hostapd.h"
#include "dh_groups.h"
Go to the source code of this file.
Functions | |
int | hostapd_init_wps (struct hostapd_data *hapd, struct hostapd_bss_config *conf) |
void | hostapd_deinit_wps (struct hostapd_data *hapd) |
int | hostapd_wps_add_pin (struct hostapd_data *hapd, const char *uuid, const char *pin, int timeout) |
int | hostapd_wps_button_pushed (struct hostapd_data *hapd) |
int | hostapd_wps_get_mib_sta (struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) |
hostapd / WPS integration
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_hostapd.c.