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

/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_wpa.c278 static const u8 * auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
281 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
282 __func__, MAC2STR(addr), prev_psk);
283 if (prev_psk)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c606 const u8 *addr, const u8 *prev_psk)
609 int next_ok = prev_psk == NULL;
616 if (psk->psk == prev_psk)
605 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth_glue.c183 const u8 *prev_psk)
187 const u8 *psk = hostapd_get_psk(hapd->conf, addr, prev_psk);
189 * This is about to iterate over all psks, prev_psk gives the last
193 if (sta && sta->psk && !psk && sta->psk != prev_psk)
182 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth.c84 const u8 *addr, const u8 *prev_psk)
88 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, prev_psk);
83 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c606 const u8 *addr, const u8 *prev_psk)
609 int next_ok = prev_psk == NULL;
616 if (psk->psk == prev_psk)
605 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth_glue.c183 const u8 *prev_psk)
187 const u8 *psk = hostapd_get_psk(hapd->conf, addr, prev_psk);
189 * This is about to iterate over all psks, prev_psk gives the last
193 if (sta && sta->psk && !psk && sta->psk != prev_psk)
182 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth.c84 const u8 *addr, const u8 *prev_psk)
88 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, prev_psk);
83 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c235 static const u8 * auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
238 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
239 __func__, MAC2STR(addr), prev_psk);
240 if (prev_psk)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c606 const u8 *addr, const u8 *prev_psk)
609 int next_ok = prev_psk == NULL;
616 if (psk->psk == prev_psk)
605 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth_glue.c183 const u8 *prev_psk)
187 const u8 *psk = hostapd_get_psk(hapd->conf, addr, prev_psk);
189 * This is about to iterate over all psks, prev_psk gives the last
193 if (sta && sta->psk && !psk && sta->psk != prev_psk)
182 hostapd_wpa_auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
H A Dwpa_auth.c84 const u8 *addr, const u8 *prev_psk)
88 return wpa_auth->cb.get_psk(wpa_auth->cb.ctx, addr, prev_psk);
83 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *prev_psk) argument
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c257 static const u8 * auth_get_psk(void *ctx, const u8 *addr, const u8 *prev_psk) argument
260 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
261 __func__, MAC2STR(addr), prev_psk);
262 if (prev_psk)

Completed in 2141 milliseconds