Searched refs:prev_psk (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | test_wpa.c | 253 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/ |
D | wpa_auth_glue.c | 218 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()
|
D | ap_config.c | 671 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()
|
D | wpa_auth.h | 197 const u8 *prev_psk);
|
D | ap_config.h | 667 const u8 *prev_psk);
|
D | wpa_auth.c | 105 const u8 *prev_psk) in wpa_auth_get_psk() argument 110 prev_psk); in wpa_auth_get_psk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 81 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()
|
D | ibss_rsn.c | 261 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()
|