HomeSort by relevance Sort by last modified time
    Searched defs:michael_mic_failure (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
tkip_countermeasures.c 69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) function
93 if (os_reltime_expired(&now, &hapd->michael_mic_failure, 60)) {
102 hapd->michael_mic_failure = now;
hostapd.h 168 struct os_reltime michael_mic_failure; member in struct:hostapd_data
  /external/wpa_supplicant_8/src/drivers/
driver.h 4789 struct michael_mic_failure { struct in union:wpa_event_data
4792 } michael_mic_failure; member in union:wpa_event_data
    [all...]

Completed in 80 milliseconds