mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
parent
f27953c48d
commit
964aac599c
@ -89,10 +89,13 @@ extern "C" void wpa_report_disconnect_event(struct wpa_supplicant *wpa_s)
|
||||
char bssid_buf[MAC_STR_LEN];
|
||||
mac2str(bssid_buf, wpa_ssid->bssid);
|
||||
|
||||
unsigned auth_failures = wpa_ssid->auth_failures;
|
||||
|
||||
xml.node("accesspoint", [&]() {
|
||||
xml.attribute("ssid", ssid.string());
|
||||
xml.attribute("bssid", bssid_buf);
|
||||
xml.attribute("state", "disconnected");
|
||||
xml.attribute("auth_failures", auth_failures);
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user