Home
last modified time | relevance | path

Searched refs:get_msk (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth.h369 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member
Dwpa_auth_glue.c1665 .get_msk = hostapd_wpa_auth_get_msk, in hostapd_setup_wpa()
Dwpa_auth.c279 if (!wpa_auth->cb->get_msk) in wpa_auth_get_msk()
281 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len); in wpa_auth_get_msk()
2647 sm->wpa_auth->cb->get_msk);