Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.c769 const u8 *prev_psk) in hostapd_get_psk() argument
772 int next_ok = prev_psk == NULL; in hostapd_get_psk()
777 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk()
782 MAC2STR(addr), prev_psk); in hostapd_get_psk()
794 if (psk->psk == prev_psk) in hostapd_get_psk()
Dwpa_auth_glue.c243 const u8 *prev_psk, size_t *psk_len) in hostapd_wpa_auth_get_psk() argument
254 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk()
284 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk); in hostapd_wpa_auth_get_psk()
301 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
Dap_config.h815 const u8 *prev_psk);
Dwpa_auth.h239 const u8 *prev_psk, size_t *psk_len);
Dwpa_auth_ft.c441 const u8 *prev_psk) in wpa_ft_get_psk() argument
446 prev_psk, NULL); in wpa_ft_get_psk()
Dwpa_auth.c114 const u8 *prev_psk, size_t *psk_len) in wpa_auth_get_psk() argument
119 prev_psk, psk_len); in wpa_auth_get_psk()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c78 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.c262 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument
270 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
271 if (prev_psk) in auth_get_psk()