Searched defs:network_ctx (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 234 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() 413 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx, in pmksa_cache_flush() 482 const void *network_ctx, in pmksa_cache_get() 547 pmksa_cache_get_opportunistic(struct rsn_pmksa_cache *pmksa, void *network_ctx, in pmksa_cache_get_opportunistic() 588 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id() 644 const u8 *bssid, void *network_ctx, in pmksa_cache_set_current() 877 const u8 *pmkid, const void *network_ctx, int akmp) in pmksa_cache_get() 914 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() 927 void *network_ctx, int try_opportunistic, in pmksa_cache_set_current() 934 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx, in pmksa_cache_flush()
|
H A D | pmksa_cache.h | 47 void *network_ctx; member
|
H A D | wpa.h | 143 void *network_ctx; member 433 const void *network_ctx, int akmp) in wpa_sm_pmksa_cache_get() 449 void *network_ctx) in wpa_sm_external_pmksa_cache_flush() 454 void *network_ctx) in wpa_sm_pmksa_cache_flush()
|
H A D | wpa_i.h | 64 void *network_ctx; member 310 static inline int wpa_sm_add_pmkid(struct wpa_sm *sm, void *network_ctx, in wpa_sm_add_pmkid() 322 static inline int wpa_sm_remove_pmkid(struct wpa_sm *sm, void *network_ctx, in wpa_sm_remove_pmkid()
|
H A D | wpa.c | 5180 const void *network_ctx) in wpa_sm_pmksa_exists() 5190 const void *network_ctx, in wpa_sm_pmksa_cache_get() 5259 void wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_pmksa_cache_flush() 5265 void wpa_sm_external_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_external_pmksa_cache_flush()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | preauth_test.c | 154 static int wpa_supplicant_add_pmkid(void *wpa_s, void *network_ctx, in wpa_supplicant_add_pmkid() 166 static int wpa_supplicant_remove_pmkid(void *wpa_s, void *network_ctx, in wpa_supplicant_remove_pmkid()
|
H A D | wpas_glue.c | 582 void *network_ctx) in wpas_get_network_ctx() 595 static int wpa_supplicant_add_pmkid(void *_wpa_s, void *network_ctx, in wpa_supplicant_add_pmkid() 642 static int wpa_supplicant_remove_pmkid(void *_wpa_s, void *network_ctx, in wpa_supplicant_remove_pmkid()
|