Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c168 .get_psk = auth_get_psk, in __mesh_rsn_auth_init()
H A Dibss_rsn.c441 .get_psk = auth_get_psk, in ibss_rsn_auth_init_group()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h343 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member
H A Dwpa_auth_ft.c669 if (wpa_auth->cb->get_psk == NULL) in wpa_ft_get_psk()
671 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_ft_get_psk()
2764 sm->wpa_auth->cb->get_psk) { in wpa_sm_write_assoc_resp_ies()
2767 if (sm->wpa_auth->cb->get_psk(sm->wpa_auth->cb_ctx, in wpa_sm_write_assoc_resp_ies()
H A Dwpa_auth_glue.c1616 .get_psk = hostapd_wpa_auth_get_psk, in hostapd_setup_wpa()
H A Dwpa_auth.c269 if (!wpa_auth->cb->get_psk) in wpa_auth_get_psk()
271 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_auth_get_psk()