Searched refs:prev_psk (Results 1 – 7 of 7) 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 | ap_config.c | 651 const u8 *prev_psk) in hostapd_get_psk() argument 654 int next_ok = prev_psk == NULL; in hostapd_get_psk() 659 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk); in hostapd_get_psk() 664 MAC2STR(addr), prev_psk); in hostapd_get_psk() 676 if (psk->psk == prev_psk) in hostapd_get_psk()
|
D | wpa_auth_glue.c | 209 const u8 *prev_psk) in hostapd_wpa_auth_get_psk() argument 217 if (!sta->sae || prev_psk) in hostapd_wpa_auth_get_psk() 223 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk); in hostapd_wpa_auth_get_psk() 233 if (pos->psk == prev_psk) { in hostapd_wpa_auth_get_psk()
|
D | wpa_auth.h | 196 const u8 *prev_psk);
|
D | ap_config.h | 618 const u8 *prev_psk);
|
D | wpa_auth.c | 88 const u8 *prev_psk) in wpa_auth_get_psk() argument 93 prev_psk); in wpa_auth_get_psk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
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()
|