Searched refs:sd_peer (Results 1 – 3 of 3) sorted by relevance
257 p2p->sd_peer = dev; in p2p_start_sd()458 if (p2p->sd_peer == NULL || in p2p_rx_gas_initial_resp()460 if (p2p->state != P2P_SD_DURING_FIND || p2p->sd_peer == NULL || in p2p_rx_gas_initial_resp()462 os_memcmp(sa, p2p->sd_peer->info.p2p_device_addr, ETH_ALEN) != 0) { in p2p_rx_gas_initial_resp()591 p2p->sd_peer->flags |= P2P_DEV_SD_INFO; in p2p_rx_gas_initial_resp()592 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_rx_gas_initial_resp()593 p2p->sd_peer = NULL; in p2p_rx_gas_initial_resp()708 if (p2p->sd_peer == NULL || in p2p_rx_gas_comeback_resp()710 if (p2p->state != P2P_SD_DURING_FIND || p2p->sd_peer == NULL || in p2p_rx_gas_comeback_resp()712 os_memcmp(sa, p2p->sd_peer->info.p2p_device_addr, ETH_ALEN) != 0) { in p2p_rx_gas_comeback_resp()[all …]
777 if (p2p->sd_peer == dev) in p2p_device_free()778 p2p->sd_peer = NULL; in p2p_device_free()1119 p2p->sd_peer = NULL; in p2p_stop_find_for_freq()2727 if (p2p->sd_peer) { in p2p_sd_cb()2728 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_sd_cb()2729 p2p->sd_peer = NULL; in p2p_sd_cb()2735 if (p2p->sd_peer == NULL) { in p2p_sd_cb()3273 if (p2p->sd_peer) { in p2p_timeout_sd_during_find()3275 p2p->sd_peer->flags &= ~P2P_DEV_SD_SCHEDULE; in p2p_timeout_sd_during_find()3276 p2p->sd_peer = NULL; in p2p_timeout_sd_during_find()
257 struct p2p_device *sd_peer; member