mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ifconfig: 80211, add line break after key info
Beauty correction for verbose mode or in case we print multiple key
information to not continue with the next options directly after
as we did so far, e.g.:
AES-CCM 2:128-bit
AES-CCM 3:128-bit powersavemode ...
Sponsored by: The FreeBSD Foundation
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D29393
(cherry picked from commit 5ba4c8de15)
This commit is contained in:
parent
fbf653f6dd
commit
05490438f2
1 changed files with 2 additions and 0 deletions
|
|
@ -5060,6 +5060,8 @@ ieee80211_status(int s)
|
|||
printkey(&ik);
|
||||
}
|
||||
}
|
||||
if (i > 0 && verbose)
|
||||
LINE_BREAK();
|
||||
end:
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue