@@ -2639,7 +2639,7 @@ static void netdev_connect_event(struct l_genl_msg *msg, struct netdev *netdev)
}
if (timeout) {
- l_warn("connect event timed out, reason=%u", timeout_reason);
+ l_notice("event: connect-timeout, reason: %u", timeout_reason);
goto error;
}
@@ -2931,7 +2931,7 @@ static void netdev_authenticate_event(struct l_genl_msg *msg,
while (l_genl_attr_next(&attr, &type, &len, &data)) {
switch (type) {
case NL80211_ATTR_TIMED_OUT:
- l_warn("authentication event timed out");
+ l_notice("event: authentication-timeout");
if (auth_proto_auth_timeout(netdev->ap))
return;
@@ -3032,7 +3032,7 @@ static void netdev_associate_event(struct l_genl_msg *msg,
while (l_genl_attr_next(&attr, &type, &len, &data)) {
switch (type) {
case NL80211_ATTR_TIMED_OUT:
- l_warn("association timed out");
+ l_notice("event: association-timeout");
if (auth_proto_assoc_timeout(netdev->ap))
return;