Lines Matching refs:network_ctx
406 sm->network_ctx, in wpa_supplicant_get_pmk()
434 sm->network_ctx, in wpa_supplicant_get_pmk()
2976 sm->network_ctx, sm->key_mgmt, NULL); in wpa_supplicant_process_3_of_4()
4565 sm->network_ctx, sm->key_mgmt, in wpa_sm_set_pmk()
4639 sm->network_ctx = config->network_ctx; in wpa_sm_set_config()
4665 sm->network_ctx = NULL; in wpa_sm_set_config()
5543 bssid, sm->own_addr, sm->network_ctx, in wpa_sm_pmksa_cache_add()
5549 const void *network_ctx) in wpa_sm_pmksa_exists() argument
5551 return pmksa_cache_get(sm->pmksa, bssid, own_addr, NULL, network_ctx, in wpa_sm_pmksa_exists()
5559 const void *network_ctx, in wpa_sm_pmksa_cache_get() argument
5562 return pmksa_cache_get(sm->pmksa, aa, sm->own_addr, pmkid, network_ctx, in wpa_sm_pmksa_cache_get()
5628 void wpa_sm_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_pmksa_cache_flush() argument
5630 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0, false); in wpa_sm_pmksa_cache_flush()
5634 void wpa_sm_external_pmksa_cache_flush(struct wpa_sm *sm, void *network_ctx) in wpa_sm_external_pmksa_cache_flush() argument
5636 pmksa_cache_flush(sm->pmksa, network_ctx, NULL, 0, true); in wpa_sm_external_pmksa_cache_flush()
6159 sm->network_ctx, sm->key_mgmt, in fils_process_auth()
7008 bssid, sm->own_addr, sm->network_ctx, sm->key_mgmt, in owe_process_assoc_resp()