summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshan Pius2017-01-25 15:26:22 -0600
committerandroid-build-merger2017-01-25 15:26:22 -0600
commitc91e7fb95e7cff9baf9a37b534d90b3d87fd26fa (patch)
treed4bcd35e7a1edcb7aacaf4c42278608c13d81d50 /wifi/supplicant/1.0/ISupplicantIface.hal
parent5985dedba2cba70ea85e82c246d88be8d9f37ec3 (diff)
parentaf58817b1d68778141597a2c425b972d294a9e27 (diff)
downloadplatform-hardware-interfaces-c91e7fb95e7cff9baf9a37b534d90b3d87fd26fa.tar.gz
platform-hardware-interfaces-c91e7fb95e7cff9baf9a37b534d90b3d87fd26fa.tar.xz
platform-hardware-interfaces-c91e7fb95e7cff9baf9a37b534d90b3d87fd26fa.zip
Merge "supplicant(interface): Add the new radio work methods" am: 4aceb63bc7 am: c637017b66 am: 538cbc9a29
am: af58817b1d Change-Id: I8437ef232d576fa13132d4fa8e8f0d7a19a156e1
Diffstat (limited to 'wifi/supplicant/1.0/ISupplicantIface.hal')
-rw-r--r--wifi/supplicant/1.0/ISupplicantIface.hal13
1 files changed, 13 insertions, 0 deletions
diff --git a/wifi/supplicant/1.0/ISupplicantIface.hal b/wifi/supplicant/1.0/ISupplicantIface.hal
index c0058a01..8bb8c970 100644
--- a/wifi/supplicant/1.0/ISupplicantIface.hal
+++ b/wifi/supplicant/1.0/ISupplicantIface.hal
@@ -138,6 +138,19 @@ interface ISupplicantIface {
138 setWpsDeviceName(string name) generates (SupplicantStatus status); 138 setWpsDeviceName(string name) generates (SupplicantStatus status);
139 139
140 /** 140 /**
141 * Set the device type for WPS operations.
142 *
143 * @parm type Type of device. Refer to section B.1 of Wifi P2P
144 * Technical specification v1.2.
145 * @return status Status of the operation.
146 * Possible status codes:
147 * |SupplicantStatusCode.SUCCESS|,
148 * |SupplicantStatusCode.FAILURE_IFACE_INVALID|,
149 * |SupplicantStatusCode.FAILURE_UNKNOWN|
150 */
151 setWpsDeviceType(uint8_t[8] type) generates (SupplicantStatus status);
152
153 /**
141 * Set the manufacturer for WPS operations. 154 * Set the manufacturer for WPS operations.
142 * The manufacturer of the device (up to |WPS_MANUFACTURER_MAX_LEN| ASCII 155 * The manufacturer of the device (up to |WPS_MANUFACTURER_MAX_LEN| ASCII
143 * characters). 156 * characters).