Lines Matching refs:intended_addr
162 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr) in p2p_set_intended_addr() argument
164 if (p2p && intended_addr) in p2p_set_intended_addr()
165 os_memcpy(p2p->intended_addr, intended_addr, ETH_ALEN); in p2p_set_intended_addr()
257 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); in p2p_go_neg_failed()
1619 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_connect()
1692 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_authorize()
1797 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); in p2p_go_complete()
2840 if (os_memcmp(mac_addr, p2p->go_neg_peer->intended_addr, ETH_ALEN) != in p2p_wps_success_cb()
2845 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_wps_success_cb()
2864 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_group_formation_failed()
4185 MAC2STR(dev->intended_addr), in p2p_get_peer_info_txt()
5363 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_set_authorized_oob_dev_pw_id()