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
104 u8 intended_addr[ETH_ALEN]; in p2ps_add_pd_req_attrs() local
123 intended_addr); in p2ps_add_pd_req_attrs()
448 u8 intended_addr = 0; in p2ps_validate_pd_req() local
498 intended_addr = 1; in p2ps_validate_pd_req()
510 intended_addr = 1; in p2ps_validate_pd_req()
516 intended_addr = 1; in p2ps_validate_pd_req()
522 intended_addr = 1; in p2ps_validate_pd_req()
536 intended_addr = 1; in p2ps_validate_pd_req()
542 P2PS_PD_REQ_CHECK(intended_addr, intended_addr); in p2ps_validate_pd_req()
[all …]
H A Dp2p_go_neg.c181 p2p_buf_add_intended_addr(buf, p2p->intended_addr); in p2p_build_go_neg_req()
330 p2p_buf_add_intended_addr(buf, p2p->intended_addr); in p2p_build_go_neg_resp()
795 if (!msg.intended_addr) { in p2p_process_go_neg_req()
1026 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); in p2p_process_go_neg_req()
1231 if (!msg.intended_addr) { in p2p_process_go_neg_resp()
1382 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); in p2p_process_go_neg_resp()
H A Dp2p_i.h78 u8 intended_addr[ETH_ALEN]; member
323 u8 intended_addr[ETH_ALEN]; member
574 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()
1650 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_connect()
1711 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); in p2p_authorize()
1816 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); in p2p_go_complete()
2907 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_wps_success_cb()
2926 MAC2STR(p2p->go_neg_peer->intended_addr)); in p2p_group_formation_failed()
4318 MAC2STR(dev->intended_addr), in p2p_get_peer_info_txt()
[all …]
H A Dp2p_parse.c202 msg->intended_addr = data; in p2p_parse_attribute()
204 MACSTR, MAC2STR(msg->intended_addr)); in p2p_parse_attribute()
H A Dp2p.h1065 int (*get_go_info)(void *ctx, u8 *intended_addr,
2378 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4235 static int wpas_get_go_info(void *ctx, u8 *intended_addr, in wpas_get_go_info() argument
4260 os_memcpy(intended_addr, s->bssid, ETH_ALEN); in wpas_get_go_info()
4265 os_memcpy(intended_addr, go->own_addr, ETH_ALEN); in wpas_get_go_info()