Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c143 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument
149 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
154 if (prev_psk) in auth_get_psk()
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c78 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument
90 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
93 if (!sta->sae || prev_psk) in auth_get_psk()
Dibss_rsn.c277 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument
287 __func__, MAC2STR(addr), prev_psk); in auth_get_psk()
288 if (prev_psk) in auth_get_psk()
/hostap-latest/src/ap/
Dap_config.c1150 const u8 *prev_psk, int *vlan_id) in hostapd_get_psk() argument
1153 int next_ok = prev_psk == NULL; in hostapd_get_psk()
1161 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk()
1166 MAC2STR(addr), prev_psk); in hostapd_get_psk()
1180 if (psk->psk == prev_psk) in hostapd_get_psk()
Dwpa_auth_glue.c394 const u8 *prev_psk, size_t *psk_len, in hostapd_wpa_auth_get_psk() argument
408 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk()
440 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk, in hostapd_wpa_auth_get_psk()
465 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
Dwpa_auth.h367 const u8 *prev_psk, size_t *psk_len,
Dap_config.h1400 const u8 *prev_psk, int *vlan_id);
Dwpa_auth_ft.c667 const u8 *prev_psk) in wpa_ft_get_psk() argument
672 prev_psk, NULL, NULL); in wpa_ft_get_psk()
Dwpa_auth.c266 const u8 *prev_psk, size_t *psk_len, in wpa_auth_get_psk() argument
272 prev_psk, psk_len, vlan_id); in wpa_auth_get_psk()