1214501Srpaulo/*
2214501Srpaulo * hostapd / TKIP countermeasures
3252726Srpaulo * Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi>
4214501Srpaulo *
5252726Srpaulo * This software may be distributed under the terms of the BSD license.
6252726Srpaulo * See README for more details.
7214501Srpaulo */
8214501Srpaulo
9214501Srpaulo#ifndef TKIP_COUNTERMEASURES_H
10214501Srpaulo#define TKIP_COUNTERMEASURES_H
11214501Srpaulo
12252726Srpauloint michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
13252726Srpaulovoid ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd);
14214501Srpaulo
15214501Srpaulo#endif /* TKIP_COUNTERMEASURES_H */
16