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