summaryrefslogtreecommitdiff
path: root/supplicant/supplicant_interface_proxy_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'supplicant/supplicant_interface_proxy_interface.h')
-rw-r--r--supplicant/supplicant_interface_proxy_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/supplicant/supplicant_interface_proxy_interface.h b/supplicant/supplicant_interface_proxy_interface.h
index e26279ee..8e4531e6 100644
--- a/supplicant/supplicant_interface_proxy_interface.h
+++ b/supplicant/supplicant_interface_proxy_interface.h
@@ -59,6 +59,8 @@ class SupplicantInterfaceProxyInterface {
std::string* status) = 0;
virtual bool TDLSTeardown(const std::string& peer) = 0;
virtual bool SetHT40Enable(const std::string& network, bool enable) = 0;
+ virtual bool EnableMACAddressRandomization(const std::vector<unsigned char>& mask) = 0;
+ virtual bool DisableMACAddressRandomization() = 0;
};
} // namespace shill