Home | History | Annotate | Download | only in client

Lines Matching refs:hessid

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