Home
last modified time | relevance | path

Searched refs:mic_failure_report (Results 1 – 3 of 3) sorted by relevance

/src/contrib/wpa/src/ap/
H A Dwpa_auth.h338 int (*mic_failure_report)(void *ctx, const u8 *addr); member
H A Dwpa_auth_glue.c1612 .mic_failure_report = hostapd_wpa_auth_mic_failure_report, in hostapd_setup_wpa()
H A Dwpa_auth.c231 if (wpa_auth->cb->mic_failure_report) in wpa_auth_mic_failure_report()
232 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_mic_failure_report()