Lines Matching full:go

18 					      struct p2p_device *go,  in p2p_build_dev_disc_req()  argument
28 go->dialog_token++; in p2p_build_dev_disc_req()
29 if (go->dialog_token == 0) in p2p_build_dev_disc_req()
30 go->dialog_token = 1; in p2p_build_dev_disc_req()
31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token); in p2p_build_dev_disc_req()
35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid, in p2p_build_dev_disc_req()
36 go->oper_ssid_len); in p2p_build_dev_disc_req()
58 p2p_dbg(p2p, "GO acknowledged Device Discoverability Request - wait for response"); in p2p_dev_disc_req_cb()
69 struct p2p_device *go; in p2p_send_dev_disc_req() local
73 go = p2p_get_device(p2p, dev->member_in_go_dev); in p2p_send_dev_disc_req()
74 if (go == NULL || dev->oper_freq <= 0) { in p2p_send_dev_disc_req()
75 …p2p_dbg(p2p, "Could not find peer entry for GO and frequency to send Device Discoverability Reques… in p2p_send_dev_disc_req()
79 req = p2p_build_dev_disc_req(p2p, go, dev->info.p2p_device_addr); in p2p_send_dev_disc_req()
83 p2p_dbg(p2p, "Sending Device Discoverability Request to GO " MACSTR in p2p_send_dev_disc_req()
85 MAC2STR(go->info.p2p_device_addr), in p2p_send_dev_disc_req()
88 p2p->pending_client_disc_go = go; in p2p_send_dev_disc_req()
95 if (p2p_send_action(p2p, dev->oper_freq, go->info.p2p_device_addr, in p2p_send_dev_disc_req()
96 p2p->cfg->dev_addr, go->info.p2p_device_addr, in p2p_send_dev_disc_req()
192 p2p_dbg(p2p, "Scheduled GO Discoverability Request for the target device"); in p2p_process_dev_disc_req()
218 struct p2p_device *go; in p2p_process_dev_disc_resp() local
224 go = p2p->pending_client_disc_go; in p2p_process_dev_disc_resp()
225 if (go == NULL || in p2p_process_dev_disc_resp()
226 !ether_addr_equal(sa, go->info.p2p_device_addr)) { in p2p_process_dev_disc_resp()
239 if (msg.dialog_token != go->dialog_token) { in p2p_process_dev_disc_resp()
241 msg.dialog_token, go->dialog_token); in p2p_process_dev_disc_resp()
255 go->info.p2p_device_addr)) { in p2p_process_dev_disc_resp()
290 p2p_dbg(p2p, "GO Discoverability Request TX callback: success=%d", in p2p_go_disc_req_cb()
315 p2p_dbg(p2p, "Received GO Discoverability Request - remain awake for 100 TU"); in p2p_process_go_disc_req()