OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsn_pmksa_cache
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h
37
struct
rsn_pmksa_cache
;
39
struct
rsn_pmksa_cache
*
42
void pmksa_cache_auth_deinit(struct
rsn_pmksa_cache
*pmksa);
44
pmksa_cache_auth_get(struct
rsn_pmksa_cache
*pmksa,
47
struct
rsn_pmksa_cache
*pmksa, const u8 *spa, const u8 *aa,
50
pmksa_cache_auth_add(struct
rsn_pmksa_cache
*pmksa,
56
pmksa_cache_add_okc(struct
rsn_pmksa_cache
*pmksa,
62
void pmksa_cache_free_entry(struct
rsn_pmksa_cache
*pmksa,
64
int pmksa_cache_auth_radius_das_disconnect(struct
rsn_pmksa_cache
*pmksa,
66
int pmksa_cache_auth_list(struct
rsn_pmksa_cache
*pmksa, char *buf, size_t len)
[
all
...]
pmksa_cache_auth.c
24
struct
rsn_pmksa_cache
{
struct
36
static void pmksa_cache_set_expiration(struct
rsn_pmksa_cache
*pmksa);
51
void pmksa_cache_free_entry(struct
rsn_pmksa_cache
*pmksa,
99
void pmksa_cache_auth_flush(struct
rsn_pmksa_cache
*pmksa)
111
struct
rsn_pmksa_cache
*pmksa = eloop_ctx;
125
static void pmksa_cache_set_expiration(struct
rsn_pmksa_cache
*pmksa)
222
static void pmksa_cache_link_entry(struct
rsn_pmksa_cache
*pmksa,
279
pmksa_cache_auth_add(struct
rsn_pmksa_cache
*pmksa,
339
pmksa_cache_add_okc(struct
rsn_pmksa_cache
*pmksa,
388
void pmksa_cache_auth_deinit(struct
rsn_pmksa_cache
*pmksa
[
all
...]
wpa_auth_i.h
206
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,
68
pmksa_cache_get_opportunistic(struct
rsn_pmksa_cache
*pmksa,
70
void pmksa_cache_flush(struct
rsn_pmksa_cache
*pmksa, void *network_ctx,
75
static inline struct
rsn_pmksa_cache
*
83
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)
127
pmksa_cache_add(struct
rsn_pmksa_cache
*pmksa, const u8 *pmk, size_t pmk_len,
261
void pmksa_cache_flush(struct
rsn_pmksa_cache
*pmksa, void *network_ctx,
298
void pmksa_cache_deinit(struct
rsn_pmksa_cache
*pmksa)
325
struct rsn_pmksa_cache_entry * pmksa_cache_get(struct
rsn_pmksa_cache
*pmksa
[
all
...]
wpa_i.h
37
struct
rsn_pmksa_cache
*pmksa; /* PMKSA cache */
Completed in 159 milliseconds