Lines Matching refs:p2p_wpa_s
1275 struct wpa_supplicant *p2p_wpa_s = wpa_s->global->p2p_init_wpa_s; in wpas_p2p_add_persistent_group_client() local
1282 for (s = p2p_wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_add_persistent_group_client()
1341 if (p2p_wpa_s->conf->update_config && in wpas_p2p_add_persistent_group_client()
1342 wpa_config_write(p2p_wpa_s->confname, p2p_wpa_s->conf)) in wpas_p2p_add_persistent_group_client()
3446 struct wpa_supplicant *p2p_wpa_s = wpa_s->global->p2p_init_wpa_s; in wpas_remove_persistent_peer() local
3476 if (p2p_wpa_s->conf->update_config && in wpas_remove_persistent_peer()
3477 wpa_config_write(p2p_wpa_s->confname, p2p_wpa_s->conf)) in wpas_remove_persistent_peer()
8987 struct wpa_supplicant *p2p_wpa_s = wpa_s->global->p2p_init_wpa_s; in wpas_p2p_remove_client() local
8992 for (s = p2p_wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_remove_client()
8996 wpas_remove_persistent_peer(p2p_wpa_s, s, peer, 0); in wpas_p2p_remove_client()
8997 wpas_p2p_remove_psk(p2p_wpa_s, s, peer, iface_addr); in wpas_p2p_remove_client()