/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 144 p2p_buf_add_advertisement_id(buf, prov->adv_id, prov->adv_mac); 366 p2p_buf_add_advertisement_id(buf, adv_id, prov->adv_mac); 385 p2p->p2ps_prov->adv_mac); 407 const u8 *session_mac, const u8 *adv_mac) 424 os_memcpy(tmp->adv_mac, adv_mac, ETH_ALEN); 465 P2PS_PD_REQ_CHECK(1, adv_mac); 568 u8 adv_mac[ETH_ALEN] = { 0, 0, 0, 0, 0, 0 }; local 652 os_memcpy(adv_mac, msg.adv_mac, ETH_ALEN) 1301 u8 adv_mac[ETH_ALEN]; local [all...] |
p2p.h | 209 * adv_mac - MAC address of the peer advertised the service 211 u8 adv_mac[ETH_ALEN]; member in struct:p2ps_provision 880 * @adv_mac: P2P Device Address of the advertizer 891 u32 adv_id, const u8 *adv_mac, 1070 const u8 *adv_mac, const u8 *ses_mac, [all...] |
p2p.c | 3987 u8 *adv_mac = NULL; local [all...] |
p2p_i.h | 644 const u8 *adv_mac; member in struct:p2p_message
|