HomeSort by: relevance | last modified time | path
    Searched defs:hessid (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
bss.h 91 /** HESSID */
92 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
config.h 1079 * hessid - Homogeneous ESS identifier
1085 u8 hessid[ETH_ALEN]; member in struct:wpa_config
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 1116 char *ssid, *hessid; local
1124 hessid_node = get_node(ctx->xml, node, "HESSID");
1129 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL;
1132 if (hessid)
1133 wpa_printf(MSG_INFO, "- HomeSP/NetworkID/<X+>/HESSID = %s",
1134 hessid);
1139 xml_node_get_text_free(ctx->xml, hessid);
  /src/external/bsd/wpa/dist/src/ap/
beacon.c 1519 const u8 *hessid; local
1521 hessid = elems.interworking + 1;
1523 hessid = elems.interworking + 1 + 2;
1524 if (!is_broadcast_ether_addr(hessid) &&
1525 !ether_addr_equal(hessid, hapd->conf->hessid)) {
1527 " for mismatching HESSID " MACSTR
1529 MAC2STR(mgmt->sa), MAC2STR(hessid));
2488 !is_zero_ether_addr(hapd->conf->hessid))
2489 params->hessid = hapd->conf->hessid
    [all...]
ap_config.h 574 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1580 * hessid - Homogeneous ESS identifier or %NULL if not set
1582 const u8 *hessid; member in struct:wpa_driver_ap_params

Completed in 38 milliseconds