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

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 369 void (*clear_ptksa)(void *ctx, const u8 *addr, int cipher); member in struct:wpa_auth_callbacks
wpa_auth_glue.c 1630 .clear_ptksa = hostapd_clear_ptksa,
wpa_auth.c 403 if (wpa_auth->cb->clear_ptksa)
404 wpa_auth->cb->clear_ptksa(wpa_auth->cb_ctx, addr, cipher);

Completed in 21 milliseconds