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

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c48 u8 intended_addr[ETH_ALEN]; local
58 p2p->cfg->cb_ctx, intended_addr, ssid,
72 p2p_buf_add_intended_addr(buf, p2p->intended_addr);
74 p2p_buf_add_intended_addr(buf, intended_addr);
87 buf, p2p->intended_addr);
104 u8 intended_addr[ETH_ALEN]; local
123 intended_addr);
131 if ((shared_group && !is_zero_ether_addr(intended_addr)) ||
172 !is_zero_ether_addr(intended_addr))
173 p2p_buf_add_intended_addr(buf, intended_addr);
325 u8 intended_addr[ETH_ALEN]; local
448 u8 intended_addr = 0; local
[all...]
H A Dp2p_go_neg.c181 p2p_buf_add_intended_addr(buf, p2p->intended_addr);
330 p2p_buf_add_intended_addr(buf, p2p->intended_addr);
786 if (!msg.intended_addr) {
1017 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
1222 if (!msg.intended_addr) {
1373 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
H A Dp2p_i.h78 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device
316 * intended_addr - Local Intended P2P Interface Address
323 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data
571 const u8 *intended_addr; member in struct:p2p_message
H A Dp2p.c153 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr) argument
155 if (p2p && intended_addr)
156 os_memcpy(p2p->intended_addr, intended_addr, ETH_ALEN);
248 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN);
1628 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN);
1689 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN);
1794 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN);
2880 if (os_memcmp(mac_addr, p2p->go_neg_peer->intended_addr, ETH_ALEN) !=
2885 MAC2STR(p2p->go_neg_peer->intended_addr));
[all...]
H A Dp2p_parse.c202 msg->intended_addr = data;
204 MACSTR, MAC2STR(msg->intended_addr));
H A Dp2p.h1043 * @intended_addr: Buffer for returning intended GO interface address
1056 int (*get_go_info)(void *ctx, u8 *intended_addr,
2364 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3903 static int wpas_get_go_info(void *ctx, u8 *intended_addr, argument
3928 os_memcpy(intended_addr, s->bssid, ETH_ALEN);
3933 os_memcpy(intended_addr, go->own_addr, ETH_ALEN);

Completed in 169 milliseconds