Re: Finding MAC address of currently connected AP
- From: Jeff Liebermann <jeffl@xxxxxxxxxx>
- Date: Tue, 22 Jan 2008 10:34:07 -0800
Rick Onanian <groups.theholycow@xxxxxxxx> hath wroth:
Running XP, using the wireless zero configuration service, I need to
find out the MAC address of the access point that I'm connected to.
Netstumbler and similar programs can give me a list of all APs in
range, but can't seem to tell me which AP was connected by WZC. How
can I get the MAC of the AP that Windows chose?
That's actually more difficult than it would seem. If you use the
results of:
arp -a
you'll only get the MAC and IP address of the default gateway, not the
connected wireless access point.
You could cheat and ping the management IP address of the access point
followed by:
arp -N "IP_address_of_access_point"
Vista greatly expanded the wireless diagnostic status options with the
various:
netsh wlan etc...
incantations. For example:
netsh wlan show networks mode=bssid
or something like that, will show the available network connections
with the BSSID (MAC address) of the access points. I don't have a
Vista box handy to decode the incantation required to extract the
currently connected access point.
<http://technet2.microsoft.com/windowsserver2008/en/library/f435edbe-1d50-4774-bae2-0dda33eaeb2f1033.mspx>
In order to get the MAC address, it would need to come from the WZC
program, or possibly the NDIS drivers for your wireless device. Some
alternative drivers and wireless configuration utilities, such as
Intel Proset, show the MAC address with the connection info. I think
(not sure) the WZC status page (right click on the icon in the system
tray or control panel) has the connected MAC address.
--
Jeff Liebermann jeffl@xxxxxxxxxx
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
.
- Follow-Ups:
- Re: Finding MAC address of currently connected AP
- From: Rick Onanian
- Re: Finding MAC address of currently connected AP
- From: P.Schuman
- Re: Finding MAC address of currently connected AP
- From: John Navas
- Re: Finding MAC address of currently connected AP
- References:
- Finding MAC address of currently connected AP
- From: Rick Onanian
- Finding MAC address of currently connected AP
- Prev by Date: Re: Hardware Review Website and USB WiFi Adapter advice Needed
- Next by Date: Re: Hardware Review Website and USB WiFi Adapter advice Needed
- Previous by thread: Re: Finding MAC address of currently connected AP
- Next by thread: Re: Finding MAC address of currently connected AP
- Index(es):
Relevant Pages
|