HomeSort by: relevance | last modified time | path
    Searched refs:get_msk (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 346 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len); member in struct:wpa_auth_callbacks
wpa_auth_glue.c 1617 .get_msk = hostapd_wpa_auth_get_msk,
wpa_auth.c 279 if (!wpa_auth->cb->get_msk)
281 return wpa_auth->cb->get_msk(wpa_auth->cb_ctx, addr, msk, len);
2644 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p",
2645 sm->wpa_auth->cb->get_msk);

Completed in 18 milliseconds