Searched refs:calling_wpa_s (Results 1 – 1 of 1) sorted by relevance
597 struct wpa_supplicant *calling_wpa_s) in wpas_p2p_disconnect_safely() argument599 if (calling_wpa_s == wpa_s && wpa_s && in wpas_p2p_disconnect_safely()6218 struct wpa_supplicant *calling_wpa_s = wpa_s; in wpas_p2p_group_remove() local6232 wpas_p2p_disconnect_safely(prev, calling_wpa_s); in wpas_p2p_group_remove()6233 if (prev == calling_wpa_s) in wpas_p2p_group_remove()6239 (calling_wpa_s->p2p_group_interface != in wpas_p2p_group_remove()6241 (calling_wpa_s->current_ssid && in wpas_p2p_group_remove()6242 calling_wpa_s->current_ssid->p2p_group))) { in wpas_p2p_group_remove()6244 wpas_p2p_disconnect_safely(calling_wpa_s, in wpas_p2p_group_remove()6245 calling_wpa_s); in wpas_p2p_group_remove()[all …]