HomeSort by relevance Sort by last modified time
    Searched refs:hessid (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPNetworkKey.java 24 * APs in the same ESS (SSID or HESSID) with the same ANQP domain ID will have the same ANQP
25 * information. Thus, those APs will be keyed by the ESS identifier (SSID or HESSID) and the
37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) {
40 mHESSID = hessid;
47 * HESSID domainID Key content Rationale
51 * set set HESSID/domainID The ESS is defined by the HESSID
55 * @param hessid The HESSID of the AP
59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId)
    [all...]
PasspointManager.java 400 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid,
518 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID));
NetworkDetail.java 246 mHESSID = interworking.hessid;
491 return String.format("NetworkInfo{SSID='%s', HESSID=%x, BSSID=%x, StationCount=%d, " +
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 51 * The HESSID from the beacon.
54 public long hessid; field in class:ScanResult
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId,
466 this.hessid = hessid;
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps,
519 this.hessid = hessid;
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId,
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 346 if (!is_zero_ether_addr(hapd->conf->hessid)) {
347 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
627 u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid)
654 if (hessid && !is_zero_ether_addr(hapd->conf->hessid))
655 fils_info |= BIT(8); /* HESSID Included */
670 if (hessid && !is_zero_ether_addr(hapd->conf->hessid)) {
671 os_memcpy(pos, hapd->conf->hessid, ETH_ALEN);
beacon.c 933 const u8 *hessid; local
935 hessid = elems.interworking + 1;
937 hessid = elems.interworking + 1 + 2;
938 if (!is_broadcast_ether_addr(hessid) &&
939 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
941 " for mismatching HESSID " MACSTR
943 MAC2STR(mgmt->sa), MAC2STR(hessid));
    [all...]
ieee802_11.h 140 u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid);
ap_config.h 494 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
ieee802_1x.c 563 !is_zero_ether_addr(hapd->conf->hessid)) {
565 MAC2STR(hapd->conf->hessid));
571 wpa_printf(MSG_ERROR, "Could not add WLAN-HESSID");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 77 /** HESSID */
78 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
config.h 914 * hessid - Homogenous ESS identifier
920 u8 hessid[ETH_ALEN]; member in struct:wpa_config
    [all...]
bss.c 39 os_memset(bss->hessid, 0, ETH_ALEN);
43 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
45 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
    [all...]
interworking.c     [all...]
scan.c 448 wpabuf_put_u8(buf, is_zero_ether_addr(wpa_s->conf->hessid) ? 1 :
452 if (!is_zero_ether_addr(wpa_s->conf->hessid))
453 wpabuf_put_data(buf, wpa_s->conf->hessid, ETH_ALEN);
    [all...]
config_file.c     [all...]
config.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 227 public long hessid = 0L; field in class:InformationElementUtil.Interworking
240 // Len 7: Access Network Options & HESSID
241 // Len 9: Access Network Options, Venue Info, & HESSID
255 hessid = ByteBufferReader.readInteger(data, ByteOrder.BIG_ENDIAN, 6);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 740 * | Access Network Option | Venue Info (optional) | HESSID (optional) |
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 158 private static final String NODE_HESSID = "HESSID";
713 * @return HashMap<String, Long> representing list of <SSID, HESSID> pair.
737 * @return Pair<String, Long> representing <SSID, HESSID> pair.
747 Long hessid = null; local
754 hessid = parseLong(getPpsNodeValue(child), 16);
764 return new Pair<String, Long>(ssid, hessid);
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1094 char *ssid, *hessid; local
1102 hessid_node = get_node(ctx->xml, node, "HESSID");
1107 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL;
1110 if (hessid)
1111 wpa_printf(MSG_INFO, "- HomeSP/NetworkID/<X+>/HESSID = %s",
1112 hessid);
1117 xml_node_get_text_free(ctx->xml, hessid);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 357 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid,
364 scanResult.hessid = hessid;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
driver.h 1280 * hessid - Homogeneous ESS identifier or %NULL if not set
1282 const u8 *hessid; member in struct:wpa_driver_ap_params
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java 301 scanResult.hessid = TEST_HESSID;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMetrics.java     [all...]

Completed in 1503 milliseconds

1 2