Searched refs:get_psk (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h256 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1272 .get_psk = hostapd_wpa_auth_get_psk,
H A Dwpa_auth.c120 if (wpa_auth->cb->get_psk == NULL)
122 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr,
H A Dwpa_auth_ft.c664 if (wpa_auth->cb->get_psk == NULL)
666 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c150 .get_psk = auth_get_psk,
H A Dibss_rsn.c421 .get_psk = auth_get_psk,

Completed in 198 milliseconds