Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dap_config.py155 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.h209 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, member
Dwpa_auth_glue.c614 cb.get_psk = hostapd_wpa_auth_get_psk; in hostapd_setup_wpa()
Dwpa_auth.c108 if (wpa_auth->cb.get_psk == NULL) in wpa_auth_get_psk()
110 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.c159 cb.get_psk = auth_get_psk; in __mesh_rsn_auth_init()
Dibss_rsn.c428 cb.get_psk = auth_get_psk; in ibss_rsn_auth_init_group()