#include "utils/includes.h"
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "hostapd.h"
#include "sta_info.h"
#include "ap_mlme.h"
#include "wpa_auth.h"
#include "tkip_countermeasures.h"
Go to the source code of this file.
Functions | |
static void | ieee80211_tkip_countermeasures_start (struct hostapd_data *hapd) |
static void | ieee80211_tkip_countermeasures_stop (void *eloop_ctx, void *timeout_ctx) |
void | michael_mic_failure (struct hostapd_data *hapd, const u8 *addr, int local) |
static void ieee80211_tkip_countermeasures_start | ( | struct hostapd_data * | hapd | ) | [static] |
Definition at line 38 of file tkip_countermeasures.c.
static void ieee80211_tkip_countermeasures_stop | ( | void * | eloop_ctx, |
void * | timeout_ctx | ||
) | [static] |
Definition at line 27 of file tkip_countermeasures.c.
void michael_mic_failure | ( | struct hostapd_data * | hapd, |
const u8 * | addr, | ||
int | local | ||
) |
Definition at line 62 of file tkip_countermeasures.c.