#include "utils/includes.h"
#include "utils/common.h"
#include "radius/radius.h"
#include "drivers/driver.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "common/wpa_ctrl.h"
#include "hostapd.h"
#include "ieee802_11.h"
#include "sta_info.h"
#include "accounting.h"
#include "tkip_countermeasures.h"
#include "iapp.h"
#include "ieee802_1x.h"
#include "wpa_auth.h"
#include "wmm.h"
#include "wps_hostapd.h"
#include "ap_config.h"
Go to the source code of this file.
Functions | |
int | hostapd_notif_assoc (struct hostapd_data *hapd, const u8 *addr, const u8 *ie, size_t ielen) |
void | hostapd_notif_disassoc (struct hostapd_data *hapd, const u8 *addr) |
int hostapd_notif_assoc | ( | struct hostapd_data * | hapd, |
const u8 * | addr, | ||
const u8 * | ie, | ||
size_t | ielen | ||
) |
Definition at line 36 of file drv_callbacks.c.
void hostapd_notif_disassoc | ( | struct hostapd_data * | hapd, |
const u8 * | addr | ||
) |
Definition at line 162 of file drv_callbacks.c.