Searched refs:rsn_pmksa_cache (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.h45 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,
56 int pmksa_cache_list(struct rsn_pmksa_cache *pmksa, char *buf, size_t len);
58 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
60 void pmksa_cache_notify_reconfig(struct rsn_pmksa_cache *pmksa);
67 pmksa_cache_get_opportunistic(struct rsn_pmksa_cache *pmksa,
72 static inline struct rsn_pmksa_cache *
80 static inline void pmksa_cache_deinit(struct rsn_pmksa_cache *pmks
[all...]
H A Dpmksa_cache.c28 struct rsn_pmksa_cache { struct
39 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
48 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
60 struct rsn_pmksa_cache *pmksa = eloop_ctx;
78 struct rsn_pmksa_cache *pmksa = eloop_ctx;
84 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
129 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
235 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
261 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa,
282 void pmksa_cache_notify_reconfig(struct rsn_pmksa_cache *pmks
[all...]
H A Dwpa_i.h40 struct rsn_pmksa_cache *pmksa; /* PMKSA cache */
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h40 struct rsn_pmksa_cache;
42 struct rsn_pmksa_cache *
45 void pmksa_cache_auth_deinit(struct rsn_pmksa_cache *pmksa);
47 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmksa,
50 struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *aa,
53 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
58 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa,
H A Dpmksa_cache_auth.c29 struct rsn_pmksa_cache { struct
41 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
56 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
98 struct rsn_pmksa_cache *pmksa = eloop_ctx;
114 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
186 static void pmksa_cache_link_entry(struct rsn_pmksa_cache *pmksa,
235 pmksa_cache_auth_add(struct rsn_pmksa_cache *pmksa,
284 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa,
325 void pmksa_cache_auth_deinit(struct rsn_pmksa_cache *pmksa)
354 pmksa_cache_auth_get(struct rsn_pmksa_cache *pmks
[all...]
H A Dwpa_auth_i.h182 struct rsn_pmksa_cache *pmksa;

Completed in 163 milliseconds