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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c 30 struct rsn_pmksa_cache { struct
74 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
83 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
95 struct rsn_pmksa_cache *pmksa = eloop_ctx;
113 struct rsn_pmksa_cache *pmksa = eloop_ctx;
119 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
164 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
270 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
296 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa,
317 void pmksa_cache_notify_reconfig(struct rsn_pmksa_cache *pmksa
    [all...]
  /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);
50 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
92 struct rsn_pmksa_cache *pmksa = eloop_ctx;
108 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
180 static void pmksa_cache_link_entry(struct rsn_pmksa_cache *pmksa,
229 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
278 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa,
319 void pmksa_cache_auth_deinit(struct rsn_pmksa_cache *pmksa)
348 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,
238 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx)
270 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
297 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa
    [all...]

Completed in 131 milliseconds