/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p_go_neg.c | 176 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 314 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 588 if (!msg.intended_addr) { 790 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); 991 if (!msg.intended_addr) { 1121 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
|
H A D | p2p_i.h | 62 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device 286 * intended_addr - Local Intended P2P Interface Address 293 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data 524 const u8 *intended_addr; member in struct:p2p_message
|
H A D | p2p_parse.c | 191 msg->intended_addr = data; 193 MACSTR, MAC2STR(msg->intended_addr));
|
H A D | p2p.c | 234 os_memcpy(res.peer_interface_addr, peer->intended_addr, 1455 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1528 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1628 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); 2429 if (os_memcmp(mac_addr, p2p->go_neg_peer->intended_addr, ETH_ALEN) != 2434 MAC2STR(p2p->go_neg_peer->intended_addr)); 2453 MAC2STR(p2p->go_neg_peer->intended_addr)); 3659 "intended_addr=" MACSTR "\n" 3675 MAC2STR(dev->intended_addr), 4843 os_memcpy(p2p->intended_addr, own_interface_add [all...] |
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p_go_neg.c | 176 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 314 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 588 if (!msg.intended_addr) { 790 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); 991 if (!msg.intended_addr) { 1121 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
|
H A D | p2p_i.h | 62 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device 286 * intended_addr - Local Intended P2P Interface Address 293 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data 524 const u8 *intended_addr; member in struct:p2p_message
|
H A D | p2p_parse.c | 191 msg->intended_addr = data; 193 MACSTR, MAC2STR(msg->intended_addr));
|
H A D | p2p.c | 234 os_memcpy(res.peer_interface_addr, peer->intended_addr, 1455 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1528 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1628 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); 2429 if (os_memcmp(mac_addr, p2p->go_neg_peer->intended_addr, ETH_ALEN) != 2434 MAC2STR(p2p->go_neg_peer->intended_addr)); 2453 MAC2STR(p2p->go_neg_peer->intended_addr)); 3659 "intended_addr=" MACSTR "\n" 3675 MAC2STR(dev->intended_addr), 4843 os_memcpy(p2p->intended_addr, own_interface_add [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p_go_neg.c | 176 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 314 p2p_buf_add_intended_addr(buf, p2p->intended_addr); 588 if (!msg.intended_addr) { 790 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN); 991 if (!msg.intended_addr) { 1121 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
|
H A D | p2p_i.h | 62 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device 286 * intended_addr - Local Intended P2P Interface Address 293 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data 524 const u8 *intended_addr; member in struct:p2p_message
|
H A D | p2p_parse.c | 191 msg->intended_addr = data; 193 MACSTR, MAC2STR(msg->intended_addr));
|
H A D | p2p.c | 234 os_memcpy(res.peer_interface_addr, peer->intended_addr, 1455 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1528 os_memcpy(p2p->intended_addr, own_interface_addr, ETH_ALEN); 1628 os_memcpy(res.peer_interface_addr, peer->intended_addr, ETH_ALEN); 2429 if (os_memcmp(mac_addr, p2p->go_neg_peer->intended_addr, ETH_ALEN) != 2434 MAC2STR(p2p->go_neg_peer->intended_addr)); 2453 MAC2STR(p2p->go_neg_peer->intended_addr)); 3659 "intended_addr=" MACSTR "\n" 3675 MAC2STR(dev->intended_addr), 4843 os_memcpy(p2p->intended_addr, own_interface_add [all...] |