Searched refs:psk_failure_report (Results 1 – 3 of 3) sorted by relevance
192 void (*psk_failure_report)(void *ctx, const u8 *addr); member
591 cb.psk_failure_report = hostapd_wpa_auth_psk_failure_report; in hostapd_setup_wpa()
79 if (wpa_auth->cb.psk_failure_report) in wpa_auth_psk_failure_report()80 wpa_auth->cb.psk_failure_report(wpa_auth->cb.ctx, addr); in wpa_auth_psk_failure_report()