Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dap_config.py160 def get_psk(self): member in AP
/external/autotest/server/cros/ap_configurators/
Dstatic_ap_configurator.py58 self.psk = ap_config.get_psk()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h211 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member
Dwpa_auth_glue.c607 .get_psk = hostapd_wpa_auth_get_psk, in hostapd_setup_wpa()
Dwpa_auth_ft.c58 if (wpa_auth->cb->get_psk == NULL) in wpa_ft_get_psk()
60 return wpa_auth->cb->get_psk(wpa_auth->cb_ctx, addr, p2p_dev_addr, in wpa_ft_get_psk()
Dwpa_auth.c113 if (wpa_auth->cb->get_psk == NULL) in wpa_auth_get_psk()
115 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/
Dmesh_rsn.c145 .get_psk = auth_get_psk, in __mesh_rsn_auth_init()
Dibss_rsn.c415 .get_psk = auth_get_psk, in ibss_rsn_auth_init_group()