Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:rsn_pmksa_cache

22 struct rsn_pmksa_cache {
33 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
42 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
55 struct rsn_pmksa_cache *pmksa = eloop_ctx;
73 struct rsn_pmksa_cache *pmksa = eloop_ctx;
79 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
124 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
247 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx,
284 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
311 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa,
329 pmksa_cache_clone_entry(struct rsn_pmksa_cache *pmksa,
361 pmksa_cache_get_opportunistic(struct rsn_pmksa_cache *pmksa, void *network_ctx,
423 struct rsn_pmksa_cache *pmksa = sm->pmksa;
464 int pmksa_cache_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len)
508 struct rsn_pmksa_cache *
513 struct rsn_pmksa_cache *pmksa;