How can I print out information about a Wireless Access Point in range? Can I for example get the MAC address?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You can use
For example:
Also, using pipes and
|
||||
|
|
|
If you are on Linux then you can usually just do
or
to get info on your NIC. To scan you usually do
to get info on the wireless access points in range. In this case your wireless interface has already been identified using |
||||
|
|