00001 00016 #ifndef TKIP_COUNTERMEASURES_H 00017 #define TKIP_COUNTERMEASURES_H 00018 00019 void michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local); 00020 00021 #endif /* TKIP_COUNTERMEASURES_H */ 00022