HomeSort by relevance Sort by last modified time
    Searched refs:intended_addr (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/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);
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...]
p2p_go_neg.c 181 p2p_buf_add_intended_addr(buf, p2p->intended_addr);
330 p2p_buf_add_intended_addr(buf, p2p->intended_addr);
784 if (!msg.intended_addr) {
1015 os_memcpy(dev->intended_addr, msg.intended_addr, ETH_ALEN);
    [all...]
p2p_i.h 78 u8 intended_addr[ETH_ALEN]; member in struct:p2p_device
326 * intended_addr - Local Intended P2P Interface Address
333 u8 intended_addr[ETH_ALEN]; member in struct:p2p_data
580 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);
    [all...]
p2p.h 1036 * @intended_addr: Buffer for returning intended GO interface address
1049 int (*get_go_info)(void *ctx, u8 *intended_addr,
    [all...]
p2p_parse.c 202 msg->intended_addr = data;
204 MACSTR, MAC2STR(msg->intended_addr));
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 77 milliseconds