Searched refs:get_psk (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 168 .get_psk = auth_get_psk, in __mesh_rsn_auth_init()
|
H A D | ibss_rsn.c | 441 .get_psk = auth_get_psk, in ibss_rsn_auth_init_group()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 343 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member
|
H A D | wpa_auth_ft.c | 669 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 D | wpa_auth_glue.c | 1616 .get_psk = hostapd_wpa_auth_get_psk, in hostapd_setup_wpa()
|
H A D | wpa_auth.c | 269 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()
|