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