tkip_countermeasures.h revision 214501
1214501Srpaulo/*
2214501Srpaulo * hostapd / TKIP countermeasures
3214501Srpaulo * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4214501Srpaulo *
5214501Srpaulo * This program is free software; you can redistribute it and/or modify
6214501Srpaulo * it under the terms of the GNU General Public License version 2 as
7214501Srpaulo * published by the Free Software Foundation.
8214501Srpaulo *
9214501Srpaulo * Alternatively, this software may be distributed under the terms of BSD
10214501Srpaulo * license.
11214501Srpaulo *
12214501Srpaulo * See README and COPYING for more details.
13214501Srpaulo */
14214501Srpaulo
15214501Srpaulo#ifndef TKIP_COUNTERMEASURES_H
16214501Srpaulo#define TKIP_COUNTERMEASURES_H
17214501Srpaulo
18214501Srpaulovoid michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
19214501Srpaulo
20214501Srpaulo#endif /* TKIP_COUNTERMEASURES_H */
21