Searched refs:rand_style (Results 1 – 1 of 1) sorted by relevance
2449 enum wpas_mac_addr_style rand_style; in wpa_supplicant_associate() local2462 rand_style = wpa_s->conf->mac_addr; in wpa_supplicant_associate()2464 rand_style = ssid->mac_addr; in wpa_supplicant_associate()2493 if (rand_style > WPAS_MAC_ADDR_STYLE_PERMANENT) { in wpa_supplicant_associate()2494 int status = wpas_update_random_addr(wpa_s, rand_style, ssid); in wpa_supplicant_associate()2498 if (rand_style != WPAS_MAC_ADDR_STYLE_DEDICATED_PER_ESS && in wpa_supplicant_associate()2501 } else if (rand_style == WPAS_MAC_ADDR_STYLE_PERMANENT && in wpa_supplicant_associate()