Searched refs:rand_style (Results 1 – 1 of 1) sorted by relevance
1710 int rand_style; in wpa_supplicant_associate() local1722 rand_style = wpa_s->conf->mac_addr; in wpa_supplicant_associate()1724 rand_style = ssid->mac_addr; in wpa_supplicant_associate()1739 if (rand_style > 0 && !wpa_s->reassoc_same_ess) { in wpa_supplicant_associate()1740 if (wpas_update_random_addr(wpa_s, rand_style) < 0) in wpa_supplicant_associate()1743 } else if (rand_style == 0 && wpa_s->mac_addr_changed) { in wpa_supplicant_associate()