Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h195 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member
Dwpa_auth_glue.c549 cb.get_psk = hostapd_wpa_auth_get_psk; in hostapd_setup_wpa()
Dwpa_auth.c90 if (wpa_auth->cb.get_psk == NULL) in wpa_auth_get_psk()
92 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, p2p_dev_addr, in wpa_auth_get_psk()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c283 cb.get_psk = auth_get_psk; in auth_init_group()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c428 cb.get_psk = auth_get_psk; in ibss_rsn_auth_init_group()