Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h339 void (*psk_failure_report)(void *ctx, const u8 *addr); member
H A Dwpa_auth_glue.c1613 .psk_failure_report = hostapd_wpa_auth_psk_failure_report, in hostapd_setup_wpa()
H A Dwpa_auth.c240 if (wpa_auth->cb->psk_failure_report) in wpa_auth_psk_failure_report()
241 wpa_auth->cb->psk_failure_report(wpa_auth->cb_ctx, addr); in wpa_auth_psk_failure_report()