Home
last modified time | relevance | path

Searched refs:prev_psk (Results 1 – 8 of 8) 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/
Dwpa_auth_glue.c218 const u8 *prev_psk) in hostapd_wpa_auth_get_psk() argument
226 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk()
232 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk); in hostapd_wpa_auth_get_psk()
242 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
Dap_config.c671 const u8 *prev_psk) in hostapd_get_psk() argument
674 int next_ok = prev_psk == NULL; in hostapd_get_psk()
679 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk()
684 MAC2STR(addr), prev_psk); in hostapd_get_psk()
696 if (psk->psk == prev_psk) in hostapd_get_psk()
Dwpa_auth.h197 const u8 *prev_psk);
Dap_config.h667 const u8 *prev_psk);
Dwpa_auth.c105 const u8 *prev_psk) in wpa_auth_get_psk() argument
110 prev_psk); in wpa_auth_get_psk()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c81 const u8 *p2p_dev_addr, const u8 *prev_psk) in auth_get_psk() argument
88 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
91 if (!sta->sae || prev_psk) in auth_get_psk()
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()