HomeSort by: relevance | last modified time | path
    Searched defs:rsn_pmksa_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
pmksa_cache_auth.c 24 struct rsn_pmksa_cache { struct
36 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
52 void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
102 void pmksa_cache_auth_flush(struct rsn_pmksa_cache *pmksa)
114 struct rsn_pmksa_cache *pmksa = eloop_ctx;
128 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
225 static void pmksa_cache_link_entry(struct rsn_pmksa_cache *pmksa,
282 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
372 int pmksa_cache_auth_add_entry(struct rsn_pmksa_cache *pmksa,
401 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa
    [all...]
  /src/external/bsd/wpa/dist/src/rsn_supp/
pmksa_cache.c 22 struct rsn_pmksa_cache { struct
36 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
45 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
61 void pmksa_cache_remove(struct rsn_pmksa_cache *pmksa,
91 struct rsn_pmksa_cache *pmksa = eloop_ctx;
130 struct rsn_pmksa_cache *pmksa = eloop_ctx;
157 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
232 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
290 pmksa_cache_add_entry(struct rsn_pmksa_cache *pmksa,
413 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx
    [all...]

Completed in 21 milliseconds