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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h252 void (*psk_failure_report)(void *ctx, const u8 *addr); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1269 .psk_failure_report = hostapd_wpa_auth_psk_failure_report,
H A Dwpa_auth.c91 if (wpa_auth->cb->psk_failure_report)
92 wpa_auth->cb->psk_failure_report(wpa_auth->cb_ctx, addr);

Completed in 134 milliseconds