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

  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 35 struct rsn_pmksa_cache;
37 struct rsn_pmksa_cache *
40 void pmksa_cache_auth_deinit(struct rsn_pmksa_cache *pmksa);
42 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa,
45 struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *aa,
48 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
53 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa,
58 void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
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...]
wpa_auth_i.h 185 struct rsn_pmksa_cache *pmksa;
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 39 struct rsn_pmksa_cache;
49 struct rsn_pmksa_cache *
53 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa);
54 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa,
57 int pmksa_cache_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len);
59 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
67 pmksa_cache_get_opportunistic(struct rsn_pmksa_cache *pmksa,
69 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx,
74 static inline struct rsn_pmksa_cache *
82 static inline void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa
    [all...]
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...]
wpa_i.h 35 struct rsn_pmksa_cache *pmksa; /* PMKSA cache */

Completed in 45 milliseconds