HomeSort by relevance Sort by last modified time
    Searched defs:rsn_pmksa_cache (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 23 struct rsn_pmksa_cache { struct
35 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
51 void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
93 struct rsn_pmksa_cache *pmksa = eloop_ctx;
107 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
187 static void pmksa_cache_link_entry(struct rsn_pmksa_cache *pmksa,
238 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
287 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa,
330 void pmksa_cache_auth_deinit(struct rsn_pmksa_cache *pmksa)
359 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 22 struct rsn_pmksa_cache { struct
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
    [all...]

Completed in 152 milliseconds