Skip to content

Commit

Permalink
IEEE!
Browse files Browse the repository at this point in the history
Pointy hat: 	myself
  • Loading branch information
sevan committed Aug 11, 2018
1 parent fa3c2eb commit 1284f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/ifconfig/ifieee80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -3529,8 +3529,8 @@ list_scan(int s)
idlen = sr->isr_ssid_len;
}
printf("%-*.*s %s %3d %3dM %4d:%-4d %4d %-4.4s"
, IEE80211_NWID_LEN
, copy_essid(ssid, IEE80211_NWID_LEN, idp, idlen)
, IEEE80211_NWID_LEN
, copy_essid(ssid, IEEE80211_NWID_LEN, idp, idlen)
, ssid
, ether_ntoa((const struct ether_addr *) sr->isr_bssid)
, ieee80211_mhz2ieee(sr->isr_freq, sr->isr_flags)
Expand Down

0 comments on commit 1284f5f

Please sign in to comment.