Searched defs:prev_psk (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c229 const u8 *prev_psk)
237 if (!sta->sae || prev_psk)
243 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk);
245 * This is about to iterate over all psks, prev_psk gives the last
260 if (pos->psk == prev_psk) {
227 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dap_config.c736 const u8 *prev_psk)
739 int next_ok = prev_psk == NULL;
743 " p2p_dev_addr=" MACSTR " prev_psk=%p",
744 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk);
748 " prev_psk=%p",
749 MAC2STR(addr), prev_psk);
761 if (psk->psk == prev_psk)
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth_ft.c56 const u8 *prev_psk)
61 prev_psk);
54 wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth.c111 const u8 *prev_psk)
116 prev_psk);
108 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c229 const u8 *prev_psk)
237 if (!sta->sae || prev_psk)
243 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk);
245 * This is about to iterate over all psks, prev_psk gives the last
260 if (pos->psk == prev_psk) {
227 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dap_config.c736 const u8 *prev_psk)
739 int next_ok = prev_psk == NULL;
743 " p2p_dev_addr=" MACSTR " prev_psk=%p",
744 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk);
748 " prev_psk=%p",
749 MAC2STR(addr), prev_psk);
761 if (psk->psk == prev_psk)
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth_ft.c56 const u8 *prev_psk)
61 prev_psk);
54 wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth.c111 const u8 *prev_psk)
116 prev_psk);
108 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c229 const u8 *prev_psk)
237 if (!sta->sae || prev_psk)
243 psk = hostapd_get_psk(hapd->conf, addr, p2p_dev_addr, prev_psk);
245 * This is about to iterate over all psks, prev_psk gives the last
260 if (pos->psk == prev_psk) {
227 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dap_config.c736 const u8 *prev_psk)
739 int next_ok = prev_psk == NULL;
743 " p2p_dev_addr=" MACSTR " prev_psk=%p",
744 MAC2STR(addr), MAC2STR(p2p_dev_addr), prev_psk);
748 " prev_psk=%p",
749 MAC2STR(addr), prev_psk);
761 if (psk->psk == prev_psk)
734 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth_ft.c56 const u8 *prev_psk)
61 prev_psk);
54 wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dwpa_auth.c111 const u8 *prev_psk)
116 prev_psk);
108 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c262 const u8 *p2p_dev_addr, const u8 *prev_psk)
265 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
266 __func__, MAC2STR(addr), prev_psk);
267 if (prev_psk)
261 auth_get_psk(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
H A Dmesh_rsn.c78 const u8 *p2p_dev_addr, const u8 *prev_psk)
84 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
85 __func__, MAC2STR(addr), prev_psk);
88 if (!sta->sae || prev_psk)
77 auth_get_psk(void *ctx, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument

Completed in 770 milliseconds