HomeSort by relevance Sort by last modified time
    Searched defs:hessid (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 67 /** HESSID */
68 u8 hessid[ETH_ALEN]; member in struct:wpa_bss
config.h 814 * hessid - Homogenous ESS identifier
820 u8 hessid[ETH_ALEN]; member in struct:wpa_config
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 621 const u8 *hessid; local
623 hessid = elems.interworking + 1;
625 hessid = elems.interworking + 1 + 2;
626 if (!is_broadcast_ether_addr(hessid) &&
627 os_memcmp(hessid, hapd->conf->hessid, ETH_ALEN) != 0) {
629 " for mismatching HESSID " MACSTR
631 MAC2STR(mgmt->sa), MAC2STR(hessid));
929 !is_zero_ether_addr(hapd->conf->hessid))
930 params->hessid = hapd->conf->hessid
    [all...]
ap_config.h 425 u8 hessid[ETH_ALEN]; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1068 char *ssid, *hessid; local
1076 hessid_node = get_node(ctx->xml, node, "HESSID");
1081 hessid = hessid_node ? xml_node_get_text(ctx->xml, hessid_node) : NULL;
1084 if (hessid)
1085 wpa_printf(MSG_INFO, "- HomeSP/NetworkID/<X+>/HESSID = %s",
1086 hessid);
1091 xml_node_get_text_free(ctx->xml, hessid);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 878 * hessid - Homogeneous ESS identifier or %NULL if not set
880 const u8 *hessid; member in struct:wpa_driver_ap_params
    [all...]

Completed in 72 milliseconds