HomeSort by: relevance | last modified time | path
    Searched refs:p2p_device_persistent_mac_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 1707 * p2p_device_persistent_mac_addr is set to the MAC address of the
1716 * If p2p_device_persistent_mac_addr is set, use this MAC address
1720 * p2p_device_persistent_mac_addr is set to the MAC address of the
1731 * p2p_device_persistent_mac_addr - Record last used MAC address
1736 u8 p2p_device_persistent_mac_addr[ETH_ALEN]; member in struct:wpa_config
config_file.c 1604 if (!is_zero_ether_addr(config->p2p_device_persistent_mac_addr))
1605 fprintf(f, "p2p_device_persistent_mac_addr=" MACSTR "\n",
1606 MAC2STR(config->p2p_device_persistent_mac_addr));
p2p_supplicant.c 4252 !is_zero_ether_addr(wpa_s->conf->p2p_device_persistent_mac_addr))
4253 if_addr = wpa_s->conf->p2p_device_persistent_mac_addr;
4835 wpa_s->conf->p2p_device_persistent_mac_addr) &&
4837 os_memcpy(wpa_s->conf->p2p_device_persistent_mac_addr,
4851 os_memcpy(wpa_s->conf->p2p_device_persistent_mac_addr, addr,
4858 wpa_s->conf->p2p_device_persistent_mac_addr))
4860 os_memcpy(addr, wpa_s->conf->p2p_device_persistent_mac_addr,
config.c 5191 if (hwaddr_aton2(pos, config->p2p_device_persistent_mac_addr) < 0) {
5193 "Line %d: Invalid p2p_device_persistent_mac_addr '%s'",
5486 { FUNC(p2p_device_persistent_mac_addr), 0 },

Completed in 66 milliseconds