Home
last modified time | relevance | path

Searched refs:network_ctx (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.h35 void *network_ctx; member
56 const void *network_ctx);
61 const u8 *aa, const u8 *spa, void *network_ctx, int akmp);
65 const u8 *bssid, void *network_ctx,
69 void *network_ctx, const u8 *aa);
70 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx,
89 const void *network_ctx) in pmksa_cache_get() argument
109 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add() argument
120 void *network_ctx, in pmksa_cache_set_current() argument
127 void *network_ctx, in pmksa_cache_flush() argument
Dpmksa_cache.c129 const u8 *aa, const u8 *spa, void *network_ctx, int akmp) in pmksa_cache_add() argument
160 entry->network_ctx = network_ctx; in pmksa_cache_add()
195 pmksa_cache_flush(pmksa, network_ctx, pos->pmk, in pmksa_cache_add()
247 " network_ctx=%p", MAC2STR(entry->aa), network_ctx); in pmksa_cache_add()
261 void pmksa_cache_flush(struct rsn_pmksa_cache *pmksa, void *network_ctx, in pmksa_cache_flush() argument
269 if ((entry->network_ctx == network_ctx || in pmksa_cache_flush()
270 network_ctx == NULL) && in pmksa_cache_flush()
327 const void *network_ctx) in pmksa_cache_get() argument
334 (network_ctx == NULL || network_ctx == entry->network_ctx)) in pmksa_cache_get()
352 old_entry->network_ctx, old_entry->akmp); in pmksa_cache_clone_entry()
[all …]
Dwpa.h97 void *network_ctx; member
155 void wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx);
315 void *network_ctx) in wpa_sm_pmksa_cache_flush() argument
Dpreauth.c99 sm->network_ctx, in rsn_preauth_eapol_cb()
372 if (sm->network_ctx && sm->proactive_key_caching) in pmksa_candidate_add()
373 pmksa_cache_get_opportunistic(sm->pmksa, sm->network_ctx, in pmksa_candidate_add()
Dwpa.c255 sm->network_ctx, in wpa_supplicant_get_pmk()
1303 sm->network_ctx, sm->key_mgmt); in wpa_supplicant_process_3_of_4()
2417 sm->network_ctx, sm->key_mgmt); in wpa_sm_set_pmk()
2486 sm->network_ctx = config->network_ctx; in wpa_sm_set_config()
2501 sm->network_ctx = NULL; in wpa_sm_set_config()
2902 void wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_pmksa_cache_flush() argument
2904 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0); in wpa_sm_pmksa_cache_flush()
Dwpa_i.h54 void *network_ctx; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c1107 conf.network_ctx = ssid; in wpa_supplicant_rsn_supp_set_config()