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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h35 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,
H A Dpmksa_cache_auth.c23 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 *pmks
[all...]
H A Dwpa_auth_i.h199 struct rsn_pmksa_cache *pmksa;
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.h35 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,
H A Dpmksa_cache_auth.c23 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 *pmks
[all...]
H A Dwpa_auth_i.h199 struct rsn_pmksa_cache *pmksa;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h35 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,
H A Dpmksa_cache_auth.c23 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 *pmks
[all...]
H A Dwpa_auth_i.h199 struct rsn_pmksa_cache *pmksa;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.h39 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 *pmks
[all...]
H A Dpmksa_cache.c22 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 *pmks
[all...]
H A Dwpa_i.h35 struct rsn_pmksa_cache *pmksa; /* PMKSA cache */
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.h39 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 *pmks
[all...]
H A Dpmksa_cache.c22 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 *pmks
[all...]
H A Dwpa_i.h35 struct rsn_pmksa_cache *pmksa; /* PMKSA cache */
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.h39 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 *pmks
[all...]
H A Dpmksa_cache.c22 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 *pmks
[all...]
H A Dwpa_i.h35 struct rsn_pmksa_cache *pmksa; /* PMKSA cache */

Completed in 124 milliseconds