Searched refs:get_msk (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h213 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c608 .get_msk = hostapd_wpa_auth_get_msk,
H A Dwpa_auth.c123 if (wpa_auth->cb->get_msk == NULL)
125 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len);
1969 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p",
1970 sm->wpa_auth->cb->get_msk);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h213 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c608 .get_msk = hostapd_wpa_auth_get_msk,
H A Dwpa_auth.c123 if (wpa_auth->cb->get_msk == NULL)
125 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len);
1969 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p",
1970 sm->wpa_auth->cb->get_msk);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h213 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c608 .get_msk = hostapd_wpa_auth_get_msk,
H A Dwpa_auth.c123 if (wpa_auth->cb->get_msk == NULL)
125 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len);
1969 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p",
1970 sm->wpa_auth->cb->get_msk);

Completed in 96 milliseconds