| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_pd.c | 48 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); 137 if ((shared_group && !is_zero_ether_addr(intended_addr)) || 178 !is_zero_ether_addr(intended_addr)) 179 p2p_buf_add_intended_addr(buf, intended_addr); 331 u8 intended_addr[ETH_ALEN]; local 460 u8 intended_addr = 0; local [all...] |
| p2p_go_neg.c | 183 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 349 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 853 if (!msg.intended_addr) { 1087 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); 1296 if (!msg.intended_addr) { 1447 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
|
| p2p_i.h | 79 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device 318 * intended_addr - Local Intended P2P Interface Address 325 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data 577 const u8 *intended_addr; member in struct:p2p_message
|
| p2p.c | 153 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr) 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); 1679 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1740 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1846 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); 2934 if (!ether_addr_equal(mac_addr, p2p->go_neg_peer->intended_addr)) { 2938 MAC2STR(p2p->go_neg_peer->intended_addr)); [all...] |
| p2p.h | 1054 * @intended_addr: Buffer for returning intended GO interface address 1067 int (*get_go_info)(void *ctx, u8 *intended_addr, 2383 void p2p_set_intended_addr(struct p2p_data *p2p, const u8 *intended_addr);
|
| p2p_parse.c | 221 msg->intended_addr = data; 223 MACSTR, MAC2STR(msg->intended_addr));
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.c | 4349 static int wpas_get_go_info(void *ctx, u8 *intended_addr, 4374 os_memcpy(intended_addr, s->bssid, ETH_ALEN); 4379 os_memcpy(intended_addr, go->own_addr, ETH_ALEN);
|