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

  /external/wpa_supplicant/
pmksa_cache.c 31 struct rsn_pmksa_cache { struct
69 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa);
78 static void pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa,
90 struct rsn_pmksa_cache *pmksa = eloop_ctx;
108 struct rsn_pmksa_cache *pmksa = eloop_ctx;
114 static void pmksa_cache_set_expiration(struct rsn_pmksa_cache *pmksa)
158 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
263 void pmksa_cache_deinit(struct rsn_pmksa_cache *pmksa)
289 struct rsn_pmksa_cache_entry * pmksa_cache_get(struct rsn_pmksa_cache *pmksa,
310 void pmksa_cache_notify_reconfig(struct rsn_pmksa_cache *pmksa
    [all...]
  /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 29 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 *pmksa
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 28 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 *pmksa
    [all...]

Completed in 1291 milliseconds