Lines Matching refs:network_ctx
364 sm->network_ctx, in wpa_supplicant_get_pmk()
392 sm->network_ctx, in wpa_supplicant_get_pmk()
1835 sm->network_ctx, sm->key_mgmt, NULL); in wpa_supplicant_process_3_of_4()
3138 sm->network_ctx, sm->key_mgmt, in wpa_sm_set_pmk()
3212 sm->network_ctx = config->network_ctx; in wpa_sm_set_config()
3238 sm->network_ctx = NULL; in wpa_sm_set_config()
3815 bssid, sm->own_addr, sm->network_ctx, in wpa_sm_pmksa_cache_add()
3821 const void *network_ctx) in wpa_sm_pmksa_exists() argument
3823 return pmksa_cache_get(sm->pmksa, bssid, NULL, network_ctx, 0) != NULL; in wpa_sm_pmksa_exists()
3830 const void *network_ctx, in wpa_sm_pmksa_cache_get() argument
3833 return pmksa_cache_get(sm->pmksa, aa, pmkid, network_ctx, akmp); in wpa_sm_pmksa_cache_get()
3888 void wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_pmksa_cache_flush() argument
3890 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0, false); in wpa_sm_pmksa_cache_flush()
3894 void wpa_sm_external_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_external_pmksa_cache_flush() argument
3896 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0, true); in wpa_sm_external_pmksa_cache_flush()
4396 sm->network_ctx, sm->key_mgmt, in fils_process_auth()
5221 bssid, sm->own_addr, sm->network_ctx, sm->key_mgmt, in owe_process_assoc_resp()