1e28a4053SRui Paulo /* 2e28a4053SRui Paulo * hostapd / TKIP countermeasures 3*f05cddf9SRui Paulo * Copyright (c) 2002-2012, Jouni Malinen <j@w1.fi> 4e28a4053SRui Paulo * 5*f05cddf9SRui Paulo * This software may be distributed under the terms of the BSD license. 6*f05cddf9SRui Paulo * See README for more details. 7e28a4053SRui Paulo */ 8e28a4053SRui Paulo 9e28a4053SRui Paulo #ifndef TKIP_COUNTERMEASURES_H 10e28a4053SRui Paulo #define TKIP_COUNTERMEASURES_H 11e28a4053SRui Paulo 12*f05cddf9SRui Paulo int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local); 13*f05cddf9SRui Paulo void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd); 14e28a4053SRui Paulo 15e28a4053SRui Paulo #endif /* TKIP_COUNTERMEASURES_H */ 16