Searched refs:prev_psk (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/tests/ |
D | test-eapol.c | 398 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument 404 __func__, MAC2STR(addr), prev_psk); in auth_get_psk() 407 if (prev_psk) in auth_get_psk()
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 871 const u8 *prev_psk, int *vlan_id) in hostapd_get_psk() argument 874 int next_ok = prev_psk == NULL; in hostapd_get_psk() 882 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk() 887 MAC2STR(addr), prev_psk); in hostapd_get_psk() 902 if (psk->psk == prev_psk) in hostapd_get_psk()
|
D | wpa_auth_glue.c | 249 const u8 *prev_psk, size_t *psk_len, in hostapd_wpa_auth_get_psk() argument 263 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk() 293 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk, in hostapd_wpa_auth_get_psk() 314 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
|
D | ap_config.h | 880 const u8 *prev_psk, int *vlan_id);
|
D | wpa_auth.h | 257 const u8 *prev_psk, size_t *psk_len,
|
D | wpa_auth.c | 117 const u8 *prev_psk, size_t *psk_len, in wpa_auth_get_psk() argument 123 prev_psk, psk_len, vlan_id); in wpa_auth_get_psk()
|
D | wpa_auth_ft.c | 661 const u8 *prev_psk) in wpa_ft_get_psk() argument 666 prev_psk, NULL, NULL); in wpa_ft_get_psk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 78 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()
|
D | ibss_rsn.c | 262 const u8 *p2p_dev_addr, const u8 *prev_psk, in auth_get_psk() argument 272 __func__, MAC2STR(addr), prev_psk); in auth_get_psk() 273 if (prev_psk) in auth_get_psk()
|