blob: f7a6624614fb418803a36cc48c0aa01a4853e623 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * hostapd / TKIP countermeasures
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -08003 * Copyright (c) 2002-2011, Jouni Malinen <j@w1.fi>
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07004 *
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08005 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07007 */
8
9#ifndef TKIP_COUNTERMEASURES_H
10#define TKIP_COUNTERMEASURES_H
11
12void michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
Dmitry Shmidt1f69aa52012-01-24 16:10:04 -080013void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd);
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070014
15#endif /* TKIP_COUNTERMEASURES_H */