Searched refs:p2p_srv_upnp (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 167 static struct p2p_srv_upnp * 171 struct p2p_srv_upnp *usrv; in wpas_p2p_service_get_upnp() 173 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp() 174 struct p2p_srv_upnp, list) { in wpas_p2p_service_get_upnp() 362 struct p2p_srv_upnp *usrv; in wpas_sd_all_upnp() 367 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_all_upnp() 372 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp() 373 struct p2p_srv_upnp, list) { in wpas_sd_all_upnp() 399 struct p2p_srv_upnp *usrv; in wpas_sd_req_upnp() 408 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_req_upnp() [all …]
|
D | wpa_supplicant_i.h | 267 struct p2p_srv_upnp { struct 295 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ member
|
D | wpa_supplicant.c | 7395 dl_list_init(&global->p2p_srv_upnp);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | p2p_supplicant_sd.c | 167 static struct p2p_srv_upnp * 171 struct p2p_srv_upnp *usrv; in wpas_p2p_service_get_upnp() 173 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_p2p_service_get_upnp() 174 struct p2p_srv_upnp, list) { in wpas_p2p_service_get_upnp() 362 struct p2p_srv_upnp *usrv; in wpas_sd_all_upnp() 367 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_all_upnp() 372 dl_list_for_each(usrv, &wpa_s->global->p2p_srv_upnp, in wpas_sd_all_upnp() 373 struct p2p_srv_upnp, list) { in wpas_sd_all_upnp() 399 struct p2p_srv_upnp *usrv; in wpas_sd_req_upnp() 408 if (dl_list_empty(&wpa_s->global->p2p_srv_upnp)) { in wpas_sd_req_upnp() [all …]
|
D | wpa_supplicant_i.h | 252 struct p2p_srv_upnp { struct 280 struct dl_list p2p_srv_upnp; /* struct p2p_srv_upnp */ member
|
D | wpa_supplicant.c | 6451 dl_list_init(&global->p2p_srv_upnp);
|