blob: d3eaed3cf9adb4d418d4e176b87cee0f60ede7e8 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * hostapd / TKIP countermeasures
Dmitry Shmidtd5e49232012-12-03 15:08:10 -08003 * Copyright (c) 2002-2012, 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
Dmitry Shmidtd5e49232012-12-03 15:08:10 -080012int 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 */