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
5cd5492226
commit
1e39fd0d17
@ -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