Searched refs:wpas_p2p_get_persistent (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.h | 139 struct wpa_ssid * wpas_p2p_get_persistent(struct wpa_supplicant *wpa_s,
|
D | p2p_supplicant.c | 1695 persistent = wpas_p2p_get_persistent(wpa_s->p2pdev, NULL, ssid->ssid, in wpas_p2p_add_psk_list() 3211 ssid = wpas_p2p_get_persistent(wpa_s->p2pdev, peer, in wpas_remove_persistent_client() 3886 s = wpas_p2p_get_persistent(wpa_s, addr, ssid, ssid_len); in wpas_get_persistent_group() 3962 while ((s = wpas_p2p_get_persistent(wpa_s, peer, NULL, 0))) { in wpas_remove_stale_groups() 4120 s = wpas_p2p_get_persistent(wpa_s, dev, persist_ssid, in wpas_p2ps_prov_complete() 4131 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete() 7183 wpas_p2p_get_persistent(wpa_s->p2pdev, peer_addr, in wpas_p2p_invite_group() 8008 struct wpa_ssid * wpas_p2p_get_persistent(struct wpa_supplicant *wpa_s, in wpas_p2p_get_persistent() function 8236 persistent = wpas_p2p_get_persistent(wpa_s->p2pdev, NULL, ssid->ssid, in wpas_p2p_new_psk_cb() 8457 persistent = wpas_p2p_get_persistent(wpa_s->p2pdev, go_dev_addr, in wpas_p2p_4way_hs_failed() [all …]
|
D | ctrl_iface.c | 6575 ssid = wpas_p2p_get_persistent(wpa_s, info->p2p_device_addr, NULL, 0); in p2p_ctrl_peer()
|