Searched refs:rand_style (Results 1 – 1 of 1) sorted by relevance
2194 int rand_style; in wpa_supplicant_associate() local2207 rand_style = wpa_s->conf->mac_addr; in wpa_supplicant_associate()2209 rand_style = ssid->mac_addr; in wpa_supplicant_associate()2235 if (rand_style > 0 && !wpa_s->reassoc_same_ess) { in wpa_supplicant_associate()2236 if (wpas_update_random_addr(wpa_s, rand_style) < 0) in wpa_supplicant_associate()2239 } else if (rand_style == 0 && wpa_s->mac_addr_changed) { in wpa_supplicant_associate()