Searched refs:prev_psk (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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()
|
H A D | ibss_rsn.c | 277 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 D | ap_config.c | 1138 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 D | wpa_auth_glue.c | 346 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 D | wpa_auth.h | 344 const u8 *prev_psk, size_t *psk_len,
|
H A D | ap_config.h | 1379 const u8 *prev_psk, int *vlan_id);
|
H A D | wpa_auth_ft.c | 667 const u8 *prev_psk) in wpa_ft_get_psk() argument 672 prev_psk, NULL, NULL); in wpa_ft_get_psk()
|
H A D | wpa_auth.c | 266 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()
|