Home | History | Annotate | Download | only in client

Lines Matching refs:hessid

1094 	char *ssid, *hessid;
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);