tkip_countermeasures.h 452 B

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