Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A 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()
H A 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()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.c1138 const u8 *prev_psk, int *vlan_id) in hostapd_get_psk() argument
1141 int next_ok = prev_psk == NULL; in hostapd_get_psk()
1149 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk()
1154 MAC2STR(addr), prev_psk); in hostapd_get_psk()
1168 if (psk->psk == prev_psk) in hostapd_get_psk()
H A Dwpa_auth_glue.c346 const u8 *prev_psk, size_t *psk_len, in hostapd_wpa_auth_get_psk() argument
360 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk()
392 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk, in hostapd_wpa_auth_get_psk()
417 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
H A Dwpa_auth.h344 const u8 *prev_psk, size_t *psk_len,
H A Dap_config.h1379 const u8 *prev_psk, int *vlan_id);
H A Dwpa_auth_ft.c667 const u8 *prev_psk) in wpa_ft_get_psk() argument
672 prev_psk, NULL, NULL); in wpa_ft_get_psk()
H A 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()