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:
krion 2018-03-16 16:56:56 +00:00
parent 5cd5492226
commit 1e39fd0d17

View File

@ -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"