/**@class android.net.wifi.AnqpInformationElement @extends java.lang.Object This object contains the payload of an ANQP element. Vendor id is the vendor ID for the element, or 0 if it is an 802.11(u) element. Hotspot 2.0 uses the WFA Vendor ID which is 0x506f9a The payload contains the bytes of the payload, starting after the length octet(s). @hide */ var AnqpInformationElement = { /***/ HOTSPOT20_VENDOR_ID : "5271450", /***/ ANQP_QUERY_LIST : "256", /***/ ANQP_CAPABILITY_LIST : "257", /***/ ANQP_VENUE_NAME : "258", /***/ ANQP_EMERGENCY_NUMBER : "259", /***/ ANQP_NWK_AUTH_TYPE : "260", /***/ ANQP_ROAMING_CONSORTIUM : "261", /***/ ANQP_IP_ADDR_AVAILABILITY : "262", /***/ ANQP_NAI_REALM : "263", /***/ ANQP_3GPP_NETWORK : "264", /***/ ANQP_GEO_LOC : "265", /***/ ANQP_CIVIC_LOC : "266", /***/ ANQP_LOC_URI : "267", /***/ ANQP_DOM_NAME : "268", /***/ ANQP_EMERGENCY_ALERT : "269", /***/ ANQP_TDLS_CAP : "270", /***/ ANQP_EMERGENCY_NAI : "271", /***/ ANQP_NEIGHBOR_REPORT : "272", /***/ ANQP_VENDOR_SPEC : "56797", /***/ HS_QUERY_LIST : "1", /***/ HS_CAPABILITY_LIST : "2", /***/ HS_FRIENDLY_NAME : "3", /***/ HS_WAN_METRICS : "4", /***/ HS_CONN_CAPABILITY : "5", /***/ HS_NAI_HOME_REALM_QUERY : "6", /***/ HS_OPERATING_CLASS : "7", /***/ HS_OSU_PROVIDERS : "8", /***/ HS_ICON_REQUEST : "10", /***/ HS_ICON_FILE : "11", /** */ getVendorId : function( ) {}, /** */ getElementId : function( ) {}, /** */ getPayload : function( ) {}, };