HomeSort by relevance Sort by last modified time
    Searched defs:rsn_pmksa_cache (Results 1 - 2 of 2) 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...]

Completed in 31 milliseconds