Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c253 static const u8 * auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) in auth_get_psk() argument
257 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
258 if (prev_psk) in auth_get_psk()
/external/wpa_supplicant_8/src/ap/
Dap_config.c651 const u8 *prev_psk) in hostapd_get_psk() argument
654 int next_ok = prev_psk == NULL; in hostapd_get_psk()
659 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk()
664 MAC2STR(addr), prev_psk); in hostapd_get_psk()
676 if (psk->psk == prev_psk) in hostapd_get_psk()
Dwpa_auth_glue.c209 const u8 *prev_psk) in hostapd_wpa_auth_get_psk() argument
217 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk()
223 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk); in hostapd_wpa_auth_get_psk()
233 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
Dwpa_auth.h196 const u8 *prev_psk);
Dap_config.h618 const u8 *prev_psk);
Dwpa_auth.c88 const u8 *prev_psk) in wpa_auth_get_psk() argument
93 prev_psk); in wpa_auth_get_psk()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c261 const u8 *p2p_dev_addr, const u8 *prev_psk) in auth_get_psk() argument
265 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
266 if (prev_psk) in auth_get_psk()