wpa_supplicant / hostapd
2.5
|
hostapd / UNIX domain socket -based control interface More...
#include "utils/includes.h"
#include <sys/un.h>
#include <sys/stat.h>
#include <stddef.h>
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/version.h"
#include "common/ieee802_11_defs.h"
#include "crypto/tls.h"
#include "drivers/driver.h"
#include "eapol_auth/eapol_auth_sm.h"
#include "radius/radius_client.h"
#include "radius/radius_server.h"
#include "l2_packet/l2_packet.h"
#include "ap/hostapd.h"
#include "ap/ap_config.h"
#include "ap/ieee802_1x.h"
#include "ap/wpa_auth.h"
#include "ap/ieee802_11.h"
#include "ap/sta_info.h"
#include "ap/wps_hostapd.h"
#include "ap/ctrl_iface_ap.h"
#include "ap/ap_drv_ops.h"
#include "ap/hs20.h"
#include "ap/wnm_ap.h"
#include "ap/beacon.h"
#include "wps/wps_defs.h"
#include "wps/wps.h"
#include "fst/fst_ctrl_iface.h"
#include "config_file.h"
#include "ctrl_iface.h"
Data Structures | |
struct | wpa_ctrl_dst |
Internal data structure of control interface clients. More... | |
Macros | |
#define | HOSTAPD_CLI_DUP_VALUE_MAX_LEN 256 |
Functions | |
int | hostapd_ctrl_iface_init (struct hostapd_data *hapd) |
void | hostapd_ctrl_iface_deinit (struct hostapd_data *hapd) |
int | hostapd_global_ctrl_iface_init (struct hapd_interfaces *interface) |
void | hostapd_global_ctrl_iface_deinit (struct hapd_interfaces *interfaces) |
hostapd / UNIX domain socket -based control interface