Page MenuHomeFreeBSD

ifconfig: ifieee80211: print bssid name
ClosedPublic

Authored by bz on Mar 21 2023, 9:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 23, 4:28 AM
Unknown Object (File)
Thu, Oct 16, 7:27 PM
Unknown Object (File)
Sun, Oct 12, 11:59 AM
Unknown Object (File)
Sep 19 2025, 11:28 PM
Unknown Object (File)
Sep 10 2025, 10:47 AM
Unknown Object (File)
Aug 30 2025, 1:12 PM
Unknown Object (File)
Aug 15 2025, 6:46 PM
Unknown Object (File)
Aug 14 2025, 5:57 PM
Subscribers

Details

Summary

In certain setups (e.g., autonomous APs) it is extremly helpful to have
a way to map the BSSIDs to names for both normal status output as well
as the scan list. This often allows a quicker overview than remembering
(or manually looking up) BSSIDs.
Call ether_ntohost() on the bssid and consult /etc/ethers
and print "(name)" after the bssid for the status output and "(name)"
at the end of the line after the IE list.

MFC after: 10 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 50504
Build 47395: arc lint + arc unit