Home
last modified time | relevance | path

Searched refs:intended_addr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_pd.c48 u8 intended_addr[ETH_ALEN]; in p2ps_add_new_group_info() local
58 p2p->cfg->cb_ctx, intended_addr, ssid, in p2ps_add_new_group_info()
72 p2p_buf_add_intended_addr(buf, p2p->intended_addr); in p2ps_add_new_group_info()
74 p2p_buf_add_intended_addr(buf, intended_addr); in p2ps_add_new_group_info()
87 buf, p2p->intended_addr); in p2ps_add_new_group_info()
104 u8 intended_addr[ETH_ALEN]; in p2ps_add_pd_req_attrs() local
123 intended_addr); in p2ps_add_pd_req_attrs()
137 if ((shared_group && !is_zero_ether_addr(intended_addr)) || in p2ps_add_pd_req_attrs()
178 !is_zero_ether_addr(intended_addr)) in p2ps_add_pd_req_attrs()
179 p2p_buf_add_intended_addr(buf, intended_addr); in p2ps_add_pd_req_attrs()
[all …]
H A Dp2p_go_neg.c183 p2p_buf_add_intended_addr(buf, p2p->intended_addr); in p2p_build_go_neg_req()
349 p2p_buf_add_intended_addr(buf, p2p->intended_addr); in p2p_build_go_neg_resp()
853 if (!msg.intended_addr) { in p2p_process_go_neg_req()
1087 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); in p2p_process_go_neg_req()
1296 if (!msg.intended_addr) { in p2p_process_go_neg_resp()
1447 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); in p2p_process_go_neg_resp()
H A Dp2p_i.h79 u8 intended_addr[ETH_ALEN]; member
325 u8 intended_addr[ETH_ALEN]; member
577 const u8 *intended_addr; member
H A Dp2p.c153 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr) in p2p_set_intended_addr() argument
155 if (p2p && intended_addr) in p2p_set_intended_addr()
156 os_memcpy(p2p->intended_addr, intended_addr, ETH_ALEN); in p2p_set_intended_addr()
248 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); in p2p_go_neg_failed()
1679 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_connect()
1740 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_authorize()
1846 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); in p2p_go_complete()
2934 if (!ether_addr_equal(mac_addr, p2p->go_neg_peer->intended_addr)) { in p2p_wps_success_cb()
2938 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_wps_success_cb()
2957 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_group_formation_failed()
[all …]
H A Dp2p_parse.c221 msg->intended_addr = data; in p2p_parse_attribute()
223 MACSTR, MAC2STR(msg->intended_addr)); in p2p_parse_attribute()
H A Dp2p.h1067 int (*get_go_info)(void *ctx, u8 *intended_addr,
2383 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4349 static int wpas_get_go_info(void *ctx, u8 *intended_addr, in wpas_get_go_info() argument
4374 os_memcpy(intended_addr, s->bssid, ETH_ALEN); in wpas_get_go_info()
4379 os_memcpy(intended_addr, go->own_addr, ETH_ALEN); in wpas_get_go_info()