mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Extend SSID maximum string length to 32 chars to support longer SSID
names. Approved by: adrian Differential Revision: https://reviews.freebsd.org/D14710
This commit is contained in:
parent
9c237f3a13
commit
29c29cbb40
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331064
@ -3503,7 +3503,7 @@ list_scan(int s)
|
||||
|
||||
getchaninfo(s);
|
||||
|
||||
ssidmax = verbose ? IEEE80211_NWID_LEN : 14;
|
||||
ssidmax = verbose ? IEEE80211_NWID_LEN : 32;
|
||||
printf("%-*.*s %-17.17s %4s %4s %-7s %3s %4s\n"
|
||||
, ssidmax, ssidmax, "SSID/MESH ID"
|
||||
, "BSSID"
|
||||
|
Loading…
Reference in New Issue
Block a user