Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h346 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member
H A Dwpa_auth_glue.c1617 .get_msk = hostapd_wpa_auth_get_msk, in hostapd_setup_wpa()
H A 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()
2645 sm->wpa_auth->cb->get_msk);