Home
last modified time | relevance | path

Searched refs:sd_peer (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_sd.c217 p2p->sd_peer = dev; in p2p_start_sd()
407 if (p2p->state != P2P_SD_DURING_FIND || p2p->sd_peer == NULL || in p2p_rx_gas_initial_resp()
408 os_memcmp(sa, p2p->sd_peer->info.p2p_device_addr, ETH_ALEN) != 0) { in p2p_rx_gas_initial_resp()
537 p2p->sd_peer->flags |= P2P_DEV_SD_INFO; in p2p_rx_gas_initial_resp()
538 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_rx_gas_initial_resp()
539 p2p->sd_peer = NULL; in p2p_rx_gas_initial_resp()
648 if (p2p->state != P2P_SD_DURING_FIND || p2p->sd_peer == NULL || in p2p_rx_gas_comeback_resp()
649 os_memcmp(sa, p2p->sd_peer->info.p2p_device_addr, ETH_ALEN) != 0) { in p2p_rx_gas_comeback_resp()
811 p2p->sd_peer->flags |= P2P_DEV_SD_INFO; in p2p_rx_gas_comeback_resp()
812 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_rx_gas_comeback_resp()
[all …]
Dp2p.c746 if (p2p->sd_peer == dev) in p2p_device_free()
747 p2p->sd_peer = NULL; in p2p_device_free()
1091 p2p->sd_peer = NULL; in p2p_stop_find_for_freq()
2569 if (p2p->sd_peer) { in p2p_sd_cb()
2570 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_sd_cb()
2571 p2p->sd_peer = NULL; in p2p_sd_cb()
2577 if (p2p->sd_peer == NULL) { in p2p_sd_cb()
3065 if (p2p->sd_peer) { in p2p_timeout_sd_during_find()
3067 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_timeout_sd_during_find()
3068 p2p->sd_peer = NULL; in p2p_timeout_sd_during_find()
Dp2p_i.h250 struct p2p_device *sd_peer; member