aboutsummaryrefslogtreecommitdiff
path: root/wpa_supplicant/aidl/sta_network.h
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-06 09:29:57 -0800
committerXin Li <delphij@google.com>2024-03-06 09:29:57 -0800
commit553f743a4dec11d53d79ab8dc213a0af8d646230 (patch)
treebdd3a5ddb83ba783284898191e6c4c73abb1b346 /wpa_supplicant/aidl/sta_network.h
parent0e57f94e6a0b9d6804a86ac04a831657875f3ae2 (diff)
parent990ff3dfe094e669ef0bf3c1176d02cd01ce8807 (diff)
downloadwpa_supplicant_8-553f743a4dec11d53d79ab8dc213a0af8d646230.tar.gz
Merge Android 14 QPR2 to AOSP main
Bug: 319669529 Merged-In: Ie6d6540f66a9ed5fb2043909637b51382b198292 Change-Id: I536561ee611c72971701c86a7e30dc7bc29e6432
Diffstat (limited to 'wpa_supplicant/aidl/sta_network.h')
-rw-r--r--wpa_supplicant/aidl/sta_network.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wpa_supplicant/aidl/sta_network.h b/wpa_supplicant/aidl/sta_network.h
index 1c24702a..b0cb3dec 100644
--- a/wpa_supplicant/aidl/sta_network.h
+++ b/wpa_supplicant/aidl/sta_network.h
@@ -178,6 +178,9 @@ public:
const std::vector<uint8_t>& in_selectedRcoi) override;
::ndk::ScopedAStatus setMinimumTlsVersionEapPhase1Param(
TlsVersion in_tlsVersion) override;
+ ::ndk::ScopedAStatus disableEht() override;
+ ::ndk::ScopedAStatus setVendorData(
+ const std::vector<common::OuiKeyedData>& in_vendorData) override;
private:
// Corresponding worker functions for the AIDL methods.
@@ -310,6 +313,9 @@ private:
ndk::ScopedAStatus setRoamingConsortiumSelectionInternal(
const std::vector<uint8_t>& selectedRcoi);
ndk::ScopedAStatus setMinimumTlsVersionEapPhase1ParamInternal(TlsVersion tlsVersion);
+ ndk::ScopedAStatus disableEhtInternal();
+ ndk::ScopedAStatus setVendorDataInternal(
+ const std::vector<common::OuiKeyedData>& vendorData);
struct wpa_ssid* retrieveNetworkPtr();
struct wpa_supplicant* retrieveIfacePtr();