aboutsummaryrefslogtreecommitdiff
path: root/wpa_supplicant/hidl/1.3/hidl_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wpa_supplicant/hidl/1.3/hidl_manager.cpp')
-rw-r--r--wpa_supplicant/hidl/1.3/hidl_manager.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/wpa_supplicant/hidl/1.3/hidl_manager.cpp b/wpa_supplicant/hidl/1.3/hidl_manager.cpp
index e15e9fd2..e467da32 100644
--- a/wpa_supplicant/hidl/1.3/hidl_manager.cpp
+++ b/wpa_supplicant/hidl/1.3/hidl_manager.cpp
@@ -482,12 +482,6 @@ int HidlManager::registerInterface(struct wpa_supplicant *wpa_s)
"Failed to enable scan mac randomization");
}
}
-
- // Enable randomized source MAC address for GAS/ANQP
- // Set the lifetime to 0, guarantees a unique address for each GAS
- // session
- wpa_s->conf->gas_rand_mac_addr = 1;
- wpa_s->conf->gas_rand_addr_lifetime = 0;
}
// Invoke the |onInterfaceCreated| method on all registered callbacks.