supplicant(interface): Correct ANQP enum value/type am: e3f25f1d0f

am: 5e9cdc5a4c

Change-Id: Icba47abc968dc2791b1c74708694078d968ea5d3
This commit is contained in:
Roshan Pius
2016-12-12 23:14:16 +00:00
committed by android-build-merger

View File

@@ -28,7 +28,7 @@ interface ISupplicantStaIface extends ISupplicantIface {
* Access Network Query Protocol info ID elements
* for IEEE Std 802.11u-2011.
*/
enum AnqpInfoId : uint32_t {
enum AnqpInfoId : uint16_t {
VENUE_NAME = 258,
ROAMING_CONSORTIUM = 261,
IP_ADDR_TYPE_AVAILABILITY = 262,
@@ -42,7 +42,7 @@ interface ISupplicantStaIface extends ISupplicantIface {
* for Hotspot 2.0.
*/
enum Hs20AnqpSubtypes : uint32_t {
OPERATOR_FRIENDLY_NAME = 2,
OPERATOR_FRIENDLY_NAME = 3,
WAN_METRICS = 4,
CONNECTION_CAPABILITY = 5,
OSU_PROVIDERS_LIST = 8,