aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/tkip_countermeasures.h
blob: f7a6624614fb418803a36cc48c0aa01a4853e623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * hostapd / TKIP countermeasures
 * Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi>
 *
 * This software may be distributed under the terms of the BSD license.
 * See README for more details.
 */

#ifndef TKIP_COUNTERMEASURES_H
#define TKIP_COUNTERMEASURES_H

void michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd);

#endif /* TKIP_COUNTERMEASURES_H */