Searched refs:p2p_device_random_mac_addr (Results 1 – 6 of 6) sorted by relevance
1733 int p2p_device_random_mac_addr; member
1595 if (config->p2p_device_random_mac_addr) in wpa_config_write_global()1597 config->p2p_device_random_mac_addr); in wpa_config_write_global()
4276 if (wpa_s->conf->p2p_device_random_mac_addr == 2 && in wpas_p2p_add_p2pdev_interface()4856 if (wpa_s->conf->p2p_device_random_mac_addr == 0) in wpas_p2p_mac_setup()4859 if (wpa_s->conf->p2p_device_random_mac_addr == 2) { in wpas_p2p_mac_setup()
5396 { INT(p2p_device_random_mac_addr), 0 },
1691 bool currentEnabledState = !!wpa_s->conf->p2p_device_random_mac_addr; in setMacRandomizationInternal()1702 wpa_s->conf->p2p_device_random_mac_addr = 1; in setMacRandomizationInternal()1708 wpa_s->conf->p2p_device_random_mac_addr = 0; in setMacRandomizationInternal()1731 wpa_s->conf->p2p_device_random_mac_addr = 0; in setMacRandomizationInternal()
318 if (wpa_s->conf->p2p_device_random_mac_addr == 2 && in addP2pDevInterface()