hostapd / UNIX domain socket -based control interface More...
#include "includes.h"
#include <sys/un.h>
#include <sys/stat.h>
#include <stddef.h>
#include "hostapd.h"
#include "eloop.h"
#include "config.h"
#include "ieee802_1x.h"
#include "wpa.h"
#include "radius/radius_client.h"
#include "ieee802_11.h"
#include "ctrl_iface.h"
#include "sta_info.h"
#include "accounting.h"
#include "wps_hostapd.h"
#include "drivers/driver.h"
#include "ctrl_iface_ap.h"
Go to the source code of this file.
Data Structures | |
struct | wpa_ctrl_dst |
Functions | |
int | hostapd_ctrl_iface_init (struct hostapd_data *hapd) |
void | hostapd_ctrl_iface_deinit (struct hostapd_data *hapd) |
hostapd / UNIX domain socket -based control interface
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 ctrl_iface.c.